From b024b15ff23d795687f8bc3b42513252443eb2a1 Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 13 Feb 2023 12:09:37 +0100 Subject: [PATCH] Remove the step in cypress on the docker call. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d627c2be..aad723ca2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -647,7 +647,7 @@ jobs: - name: End-to-end tests | run tests id: e2e-tests run: | - cd e2e-tests/cypress/ + cd e2e-tests/ yarn yarn run cypress run --spec cypress/e2e/User.Authentication.feature,cypress/e2e/User.Authentication.ResetPassword.feature - name: End-to-end tests | if tests failed, upload screenshots @@ -655,4 +655,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: cypress-screenshots - path: /home/runner/work/gradido/gradido/e2e-tests/tests/screenshots/ + path: /home/runner/work/gradido/gradido/e2e-tests/cypress/screenshots/