Skip to content

Commit

Permalink
specify the PG credentials for windows so it doesn't bork
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 13, 2024
1 parent 782af18 commit 8360acd
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 @@ -97,6 +97,8 @@ jobs:
if: matrix.os == 'windows-latest'
env:
DATABASE_URL: postgres://lucky:developer@localhost:5432/avram_dev
PGDATABASE: avram_dev
PGUSER: lucky
- name: Run tests
run: crystal spec
env:
Expand Down

0 comments on commit 8360acd

Please sign in to comment.