Skip to content

Commit

Permalink
HW#12
Browse files Browse the repository at this point in the history
  • Loading branch information
wursta committed May 29, 2024
1 parent 271d33c commit a80390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v3

- name: Init database
run: psql --host=localhost --username=calendar --password=calendar --dbname=calendar -f ./migrations/0001_create_events_table.sql
run: psql --host=localhost --username=calendar --dbname=calendar -f ./migrations/0001_create_events_table.sql
working-directory: hw12_13_14_15_calendar

- name: make lint
Expand Down

0 comments on commit a80390e

Please sign in to comment.