Give up trying to docker in docker, just install postgres
Test / test (push) Failing after 15s
Details
Test / test (push) Failing after 15s
Details
This commit is contained in:
parent
fdbf8c5ca5
commit
e88b953c58
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue