mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +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:
|
jobs:
|
||||||
runner:
|
runner:
|
||||||
name: Run Cypress tests
|
name: Run Cypress tests
|
||||||
runs-on: hyperswitch-runners
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
@ -190,7 +190,7 @@ jobs:
|
|||||||
ROUTER__SERVER__WORKERS: 4
|
ROUTER__SERVER__WORKERS: 4
|
||||||
shell: bash -leuo pipefail {0}
|
shell: bash -leuo pipefail {0}
|
||||||
run: |
|
run: |
|
||||||
scripts/execute_cypress.sh --parallel 3
|
scripts/execute_cypress.sh
|
||||||
|
|
||||||
kill "${{ env.PID }}"
|
kill "${{ env.PID }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user