From b76a037a94d91598abc005cbac4090c01e28497d Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 12:22:06 +0200 Subject: [PATCH] last try to fix mysql --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 01967713..3f8e3902 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -13,7 +13,7 @@ jobs: image: mysql:8.0 env: MYSQL_ROOT_PASSWORD: root - MYSQL_DATABASE: "myaac-tfs" + MYSQL_DATABASE: myaac MYSQL_USER: myaac MYSQL_PASSWORD: myaac ports: @@ -61,7 +61,7 @@ jobs: uses: jacobtomlinson/gha-find-replace@v2 with: find: 'mysqlDatabase = "forgottenserver"' - replace: 'mysqlDatabase = "myaac-tfs"' + replace: 'mysqlDatabase = "myaac"' regex: false include: 'tfs/config.lua'