Skip to content

Commit

Permalink
unset PGSERVICEFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinayaks439 authored Dec 3, 2023
1 parent 42fd438 commit 7e73bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
id: postgres

- name: initdb tables
run: make migrateup
run: |
unset PGSERVICEFILE
make migrateup
- name: Run tests
run: make gotest
Expand Down

0 comments on commit 7e73bb6

Please sign in to comment.