Skip to content

Commit

Permalink
ci: Fixes after restructuring.
Browse files Browse the repository at this point in the history
  • Loading branch information
trygvis committed Dec 31, 2024
1 parent 855261b commit fadee44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:

- shell: bash
run: |
# apt update
# apt install --no-install-recommends --yes postgresql-client
psql -f init.sql
psql -f migrations/00-create.sql
env:
PGUSER: postgres
PGPASSWORD: postgres
Expand Down

0 comments on commit fadee44

Please sign in to comment.