diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 021aacc9b..e6e2e58af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -656,7 +656,7 @@ jobs: run: | cd e2e-tests/cypress/tests/ yarn - yarn run cypress run --spec cypress/e2e/User.Authentication.feature,User.Authentication.ResetPassword.feature + 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 if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} uses: actions/upload-artifact@v3