From 6f7f25bb46c4cd094417598c200a2d964bbbc07f Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 10:54:57 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6d789eb2..1612a049 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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: