Give up trying to docker in docker, just install postgres
Test / test (push) Failing after 15s Details

This commit is contained in:
Jeff 2024-10-19 17:18:44 -04:00
parent fdbf8c5ca5
commit e88b953c58
1 changed files with 8 additions and 4 deletions

View File

@ -8,10 +8,14 @@ jobs:
container: mcr.microsoft.com/playwright:v1.48.1-jammy
steps:
- uses: actions/checkout@v4
- name: Install docker
uses: papodaca/install-docker-action@main
- name: Setup PG Data Dir
run: mkdir -p ./data-test
- uses: ikalnytskyi/action-setup-postgres@v6
with:
username: postgres
password: testpassword
database: test
port: 5434
postgres-version: "14"
ssl: "on"
- name: Run Tests
env: NODE_OPTIONS=--max-old-space-size=8192
run: |