From d346a8f73f09735423f3497566f3a265277b7a5e Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 10:27:38 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8edba283..6242298f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mysql:8.0 + image: mysql:latest env: MYSQL_ALLOW_EMPTY_PASSWORD: false MYSQL_ROOT_PASSWORD: password @@ -68,9 +68,6 @@ jobs: regex: false include: 'tfs/config.lua' - - run: ls -lha /home/runner/work/myaac/myaac/tfs - - run: cat tfs/config.lua - - name: Setup PHP uses: shivammathur/setup-php@v2 with: