Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 26, 2023
1 parent 4a9fa01 commit 77a2c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 📌 Initialize database
run: |
mysql -e 'CREATE DATABASE myaac;' -umyaac -pmyaac
mysql -e 'CREATE DATABASE myaac;' -uroot -proot
- name: Verify unittest_second DB exists
run: mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "SHOW DATABASES"
Expand Down

0 comments on commit 77a2c55

Please sign in to comment.