Skip to content

Commit

Permalink
Fixed GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jan 21, 2024
1 parent 6ddcba0 commit 59a9da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PGPASSWORD=postgres psql eventsourcing -c "CREATE SCHEMA myschema AUTHORIZATION eventsourcing" -U postgres -h localhost
- name: Install
run: make install
run: make install-packages

- name: Lint
run: make lint
Expand Down

0 comments on commit 59a9da1

Please sign in to comment.