Skip to content

Commit

Permalink
ci(cypress): use ubuntu runner (#6655)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate authored and Sayak Bhattacharya committed Nov 26, 2024
1 parent 69484fc commit fac177b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
runner:
name: Run Cypress tests
runs-on: hyperswitch-runners
runs-on: ubuntu-latest

services:
redis:
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit fac177b

Please sign in to comment.