Skip to content

Commit b6757a4

Browse files
committed
use large runner for flaky test detection
1 parent 067b1e1 commit b6757a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
name: Browser Unit Tests
382382
needs: [job_get_metadata, job_build]
383383
timeout-minutes: 10
384-
runs-on: ubuntu-latest
384+
runs-on: ubuntu-20.04
385385
steps:
386386
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
387387
uses: actions/checkout@v4

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
flaky-detector:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-20.04-large-js
2727
timeout-minutes: 60
2828
name: 'Check tests for flakiness'
2929
# Also skip if PR is from master -> develop

0 commit comments

Comments
 (0)