We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b1e1 commit b6757a4Copy full SHA for b6757a4
.github/workflows/build.yml
@@ -381,7 +381,7 @@ jobs:
381
name: Browser Unit Tests
382
needs: [job_get_metadata, job_build]
383
timeout-minutes: 10
384
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
385
steps:
386
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
387
uses: actions/checkout@v4
.github/workflows/flaky-test-detector.yml
@@ -23,7 +23,7 @@ concurrency:
23
24
jobs:
25
flaky-detector:
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-20.04-large-js
27
timeout-minutes: 60
28
name: 'Check tests for flakiness'
29
# Also skip if PR is from master -> develop
0 commit comments