diff --git a/.github/workflows/cypress-tests-runner.yml b/.github/workflows/cypress-tests-runner.yml index 84680c945e..e07b4e48d6 100644 --- a/.github/workflows/cypress-tests-runner.yml +++ b/.github/workflows/cypress-tests-runner.yml @@ -24,7 +24,7 @@ env: jobs: runner: name: Run Cypress tests - runs-on: hyperswitch-runners + runs-on: ubuntu-latest services: redis: @@ -190,7 +190,7 @@ jobs: ROUTER__SERVER__WORKERS: 4 shell: bash -leuo pipefail {0} run: | - scripts/execute_cypress.sh --parallel 3 + scripts/execute_cypress.sh kill "${{ env.PID }}"