Skip to content

Commit 1624aa7

Browse files
authored
CI: Downgrade the Ubuntu version for the E2E Tests (#1175)
* setup package for e2e-js * use ubuntu-latest * avoid cache * no cache with ubuntu latest * use v1.48.2 * use ubuntu-22 * remove lock changes: * use latest node and ubuntu-22.04 for e2e tests * update 22 to 20
1 parent 3d0fe34 commit 1624aa7

5 files changed

+5
-5
lines changed

.github/workflows/browser-js-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
e2e-tests:
1515
name: Run E2E tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
fail-fast: false
1919
matrix:

.github/workflows/browser-js-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
e2e-tests:
1515
name: Run E2E tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
fail-fast: false
1919
matrix:

.github/workflows/realtime-api-production-euswcom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
e2e-tests:
1515
name: Run E2E tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
1919
node-version: [20.x]

.github/workflows/realtime-api-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
e2e-tests:
1515
name: Run E2E tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
fail-fast: false # Continue other jobs if one fails
1919
matrix:

.github/workflows/realtime-api-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
e2e-tests:
1515
name: Run E2E tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
fail-fast: false # Continue other jobs if one fails
1919
matrix:

0 commit comments

Comments
 (0)