Skip to content

Commit

Permalink
Try to fix workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Aug 13, 2024
1 parent df4226e commit 131aad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 51 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
postgres:
image: postgres:latest
env:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
Expand All @@ -30,9 +31,9 @@ jobs:
- 5432:5432
env:
CI: true
PGHOST: 127.0.0.1
PGUSER: postgres
PGPASS: postgres
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
strategy:
fail-fast: false
matrix:
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 131aad4

Please sign in to comment.