diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index cc77f060..e0311a5f 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:5.7 env: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: myaac