mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Update cypress.yml
This commit is contained in:
parent
bd031d8980
commit
4a9fa01eb7
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: 📌 Initialize database
|
||||
run: |
|
||||
mysql -e 'CREATE DATABASE ${{ env.MYSQL_DATABASE }};' -u${{ env.MYSQL_USER }} -p${{ env.MYSQL_PASSWORD }}
|
||||
mysql -e 'CREATE DATABASE myaac;' -umyaac -pmyaac
|
||||
|
||||
- name: Verify unittest_second DB exists
|
||||
run: mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "SHOW DATABASES"
|
||||
|
Loading…
x
Reference in New Issue
Block a user