Remove the step in cypress on the docker call.

This commit is contained in:
elweyn 2023-02-13 12:09:37 +01:00
parent 7394735fb9
commit b024b15ff2

View File

@ -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/