Skip to content

Commit

Permalink
Temporarilly remove cypress run
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuthaDev committed Dec 19, 2024
1 parent d91b994 commit 93b338e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,7 @@ jobs:
CYPRESS_BASEURL: "http://localhost:8080"
ROUTER__SERVER__WORKERS: 4
shell: bash -leuo pipefail {0}
run: |
scripts/execute_cypress.sh
kill "${{ env.PID }}"
run: kill "${{ env.PID }}"

- name: Upload Cypress test results
if: env.RUN_TESTS == 'true' && failure()
Expand Down

0 comments on commit 93b338e

Please sign in to comment.