mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
create database manually
This commit is contained in:
parent
b76a037a94
commit
bd031d8980
5
.github/workflows/cypress.yml
vendored
5
.github/workflows/cypress.yml
vendored
@ -24,8 +24,13 @@ jobs:
|
||||
run: |
|
||||
sudo /etc/init.d/mysql start
|
||||
|
||||
- name: 📌 Initialize database
|
||||
run: |
|
||||
mysql -e 'CREATE DATABASE ${{ env.MYSQL_DATABASE }};' -u${{ env.MYSQL_USER }} -p${{ env.MYSQL_PASSWORD }}
|
||||
|
||||
- name: Verify unittest_second DB exists
|
||||
run: mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "SHOW DATABASES"
|
||||
|
||||
- name: Checkout MyAAC
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user