mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Update cypress.yml
This commit is contained in:
parent
d60d7f2250
commit
6f7f25bb46
5
.github/workflows/cypress.yml
vendored
5
.github/workflows/cypress.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
image: mysql:latest
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: false
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
@ -29,6 +29,8 @@ jobs:
|
||||
run: |
|
||||
sudo /etc/init.d/mysql start
|
||||
|
||||
- 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:
|
||||
@ -68,7 +70,6 @@ jobs:
|
||||
regex: false
|
||||
include: 'tfs/config.lua'
|
||||
|
||||
- run: cat tfs/config.lua
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user