Skip to content

Commit

Permalink
Add Dev-2-1 to end-to-end environments (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Dec 11, 2023
1 parent 2070139 commit b292a8d
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
environment-name: ["ESS PodSpaces"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-1"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [20.x, 18.x, 16.x]
environment-name: ["ESS PodSpaces"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-1"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-2"
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
},
"devDependencies": {
"@inrupt/eslint-config-lib": "^2.1.3",
"@inrupt/internal-playwright-helpers": "^2.1.3",
"@inrupt/internal-test-env": "^2.0.4",
"@inrupt/jest-jsdom-polyfills": "^2.0.4",
"@inrupt/internal-playwright-helpers": "^2.6.0",
"@inrupt/internal-test-env": "^2.6.0",
"@inrupt/jest-jsdom-polyfills": "^2.6.0",
"@inrupt/solid-client": "^1.25.2",
"@inrupt/solid-client-authn-node": "^1.12.2",
"@playwright/test": "^1.25.0",
Expand Down

1 comment on commit b292a8d

@vercel
Copy link

@vercel vercel bot commented on b292a8d Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.