From 3fab52296a4f01f86d7f14485723b96f2f0a6243 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 09:52:11 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 33bb2d6c..512ab8c8 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -37,6 +37,9 @@ jobs: ref: 1.4 path: tfs + - run: ls -lha /home/runner/work/myaac/myaac/tfs + - run: ls -lha /home/runner/work/myaac/myaac/index.php + - name: Rename config.lua run: mv tfs/config.lua.dist tfs/config.lua @@ -94,7 +97,7 @@ jobs: uses: cypress-io/github-action@v5 env: CYPRESS_URL: http://localhost:8080 - CYPRESS_SERVER_PATH: tfs + CYPRESS_SERVER_PATH: /home/runner/work/myaac/myaac/tfs - name: Save screenshots uses: actions/upload-artifact@v3