From a1d969bbfd4d522c65dbb7a4a6b362fdb5f85f52 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 09:00:21 +0200 Subject: [PATCH] fix env --- .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 e6836041..2d35bf22 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -61,8 +61,8 @@ jobs: - name: Cypress Run uses: cypress-io/github-action@v5 env: - URL: localhost - SERVER_PATH: otland-forgottenserver + CYPRESS_URL: localhost + CYPRESS_SERVER_PATH: otland-forgottenserver - name: Save screenshots uses: actions/upload-artifact@v3