Skip to content

Commit

Permalink
use PGPASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Dec 5, 2024
1 parent 9c89fa2 commit 3205502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Create DB
run: sudo createdb -U postgres pytest-fractal-client
env:
PGPASSWORD: postgres

- name: Test with pytest
env:
Expand Down

0 comments on commit 3205502

Please sign in to comment.