Skip to content

Commit 2893898

Browse files
authored
Run e2e tests against latest ESS dev environment (#2701)
1 parent 57192d5 commit 2893898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
# Available OS's: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
2020
os: [ubuntu-latest, windows-latest]
21-
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Dev-2-4"]
21+
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Next"]
2222
experimental: [false]
2323
include:
2424
- environment-name: "ESS Dev-2-3"

.github/workflows/e2e-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest]
2222
node-version: [22.x, 20.x]
23-
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Dev-2-4"]
23+
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Next"]
2424
experimental: [false]
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)