Skip to content

Commit

Permalink
update runner to new large instance (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralButter authored Oct 27, 2023
1 parent db913c8 commit e8b8828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
browser: 'chrome'
test_id: 'fixture'
test_type: ':e2e:'
runner: 'ubuntu-latest'
runner: 'biggy-ripple'
e2e_fe_smoke:
uses: dpc-sdp/github-actions/.github/workflows/run_e2e_fe.yml@main
secrets: inherit
Expand All @@ -32,7 +32,7 @@ jobs:
browser: 'chrome'
test_id: 'fixture'
test_type: ':e2e:'
runner: 'ubuntu-latest'
runner: 'biggy-ripple'
e2e_fe_chrome:
needs:
- e2e_be
Expand All @@ -47,7 +47,7 @@ jobs:
browser: 'chrome'
test_id: 'fixture'
test_type: ':e2e:'
runner: 'ubuntu-latest'
runner: 'biggy-ripple'
e2e_fe_android:
needs:
- e2e_be
Expand All @@ -62,4 +62,4 @@ jobs:
browser: 'androidChrome'
test_id: 'fixture'
test_type: ':e2e:'
runner: 'ubuntu-latest'
runner: 'biggy-ripple'

0 comments on commit e8b8828

Please sign in to comment.