Skip to content

Commit

Permalink
Update .github/workflows/haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt authored Jan 21, 2025
1 parent cbb3421 commit 47d4760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Check MySQL connection
run: mysql -utest -ptest -h127.0.0.1 --port=33306 test -e "SELECT 1;"
- name: Create 'foo' schema in MySQL
run: mysql -utest -ptest -h127.0.0.1 --port=3306 test -e "CREATE DATABASE foo; GRANT ALL ON foo.* to 'test'@'localhost';"
run: mysql -utest -ptest -h127.0.0.1 --port=33306 test -e "CREATE DATABASE foo; GRANT ALL ON foo.* to 'test'@'localhost';"
- name: Create 'foo' schema in Postgres
run: PGPASSWORD=perstest psql -d persistent -U perstest -c "CREATE SCHEMA foo;"
- name: Start MongoDB
Expand Down

0 comments on commit 47d4760

Please sign in to comment.