From 4d0d709f3fffe1be9945df4c7a6dc80ee7acc17c Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 10 Feb 2023 12:55:40 +0100 Subject: [PATCH] Changed path now cypress/src/* --- .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 04dbb8382..4d30cda1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -647,9 +647,9 @@ jobs: - name: End-to-end tests | run tests id: e2e-tests run: | - cd e2e-tests/cypress/tests/ + cd e2e-tests/cypress/ yarn - yarn run cypress run --spec cypress/e2e/User.Authentication.feature,cypress/e2e/User.Authentication.ResetPassword.feature + yarn run cypress run --spec src/e2e/User.Authentication.feature,cypress/e2e/User.Authentication.ResetPassword.feature - name: End-to-end tests | if tests failed, upload screenshots if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} uses: actions/upload-artifact@v3