Skip to content

Commit ba02e66

Browse files
committed
Merge remote-tracking branch 'origin/main' into pro-1951
2 parents cb32e4c + 20f2208 commit ba02e66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
download-browser:
2828
name: Download Replay browser
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
timeout-minutes: 2
3131
steps:
3232
- name: Download
@@ -38,7 +38,7 @@ jobs:
3838
path: macOS-replay-playwright.tar.xz
3939
preview-branch:
4040
name: Wait for Vercel Preview Branch
41-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-22.04
4242
steps:
4343
- name: Waiting for 200 from the Vercel Preview
4444
uses: patrickedqvist/wait-for-vercel-preview@v1.3.1
@@ -52,7 +52,7 @@ jobs:
5252
url: ${{ steps.waitFor200.outputs.url }}
5353
generate-test-run-id:
5454
name: Generate Test Run ID
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-22.04
5656
steps:
5757
- run: yarn add uuid
5858
shell: sh
@@ -65,7 +65,7 @@ jobs:
6565
testRunId: ${{ steps.uuid.outputs.result }}
6666
e2etest:
6767
name: End-to-end tests (${{ matrix.shard }})
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-22.04
6969
needs: [preview-branch, generate-test-run-id]
7070
strategy:
7171
# GH cancels other matrixed jobs by default if one fails. We want all E2E jobs to complete.
@@ -129,7 +129,7 @@ jobs:
129129
public: true
130130
authenticated-e2etest:
131131
name: Authenticated end-to-end tests (${{ matrix.shard }})
132-
runs-on: ubuntu-latest
132+
runs-on: ubuntu-22.04
133133
needs: [preview-branch, generate-test-run-id]
134134
strategy:
135135
# GH cancels other matrixed jobs by default if one fails. We want all E2E jobs to complete.
@@ -190,7 +190,7 @@ jobs:
190190
public: true
191191
unit-test:
192192
name: Unit Tests
193-
runs-on: ubuntu-latest
193+
runs-on: ubuntu-22.04
194194
timeout-minutes: 5
195195
steps:
196196
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)