mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
ci(cypress): use ubuntu runner (#6655)
This commit is contained in:
4
.github/workflows/cypress-tests-runner.yml
vendored
4
.github/workflows/cypress-tests-runner.yml
vendored
@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user