Skip to content

Commit

Permalink
Add port in the create db step
Browse files Browse the repository at this point in the history
  • Loading branch information
chtushar committed May 29, 2024
1 parent 5e36b06 commit f634575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: mysql -h localhost -u root -e 'CREATE DATABASE test_db'

- name: Create test DB
run: psql -h localhost -U root -c 'CREATE DATABASE testdb'
run: psql -h localhost -p 7432 -U root -c 'CREATE DATABASE testdb'

- name: 🛎 Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f634575

Please sign in to comment.