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: