Skip to content

Commit

Permalink
fix mysql port number
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Apr 18, 2024
1 parent 383a4ae commit 3ff1b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# sudo apt-get install libcurl4-openssl-dev libmysqlclient-dev libgirepository1.0-dev

- name: Import SQL dump to cafe_test database
run: mysql -Dcafe_test -uroot -ppassword -h127.0.0.1 -P33306 < "resources/database/dump/cafe.sql"
run: mysql -Dcafe_test -uroot -ppassword -h127.0.0.1 -P3306 < "resources/database/dump/cafe.sql"

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 3ff1b72

Please sign in to comment.