From e71daa25206ed2a9f7ff24150c7a5a5946e18ab3 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 12:18:51 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8c9828b3..01967713 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-tfs" MYSQL_USER: myaac MYSQL_PASSWORD: myaac ports: