Skip to content

Commit

Permalink
Only run e2e tests against dev-2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jholleran committed Aug 20, 2024
1 parent a23d17d commit 344f4db
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["22.x", "20.x", "18.x"]
# NSS node-based end-to-end tests are only running for unauthenticated operations,
# because NSS doesn't support static client registration. Therefore, they run
# against an environment that has manually been pre-provisioned.
environment-name: ["ESS PodSpaces", "ESS Dev-2-2", "NSS"]
node-version: [22.x, 20.x, 18.x]
# PodSpaces doesn't support error descriptions yet.
environment-name: ["ESS Dev-2-3"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-3"
experimental: true
node-version: "22.x"
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 344f4db

Please sign in to comment.