Skip to content

Commit

Permalink
Remove ESS Dev-2-1 environment (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored May 2, 2024
1 parent d7768de commit d1dddf0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
environment-name: ["ESS PodSpaces", "ESS Dev-2-1", "ESS Dev-2-2"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-2"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-3"
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 @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: ["18.x", "20.x"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-1", "ESS Dev-2-2"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-2"]
experimental: [false]
include:
- node-version: "20.x"
Expand Down
4 changes: 2 additions & 2 deletions e2e/browser/test-app/package-lock.json

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

66 changes: 26 additions & 40 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@inrupt/internal-test-env": "^3.1.0",
"@inrupt/jest-jsdom-polyfills": "^3.0.2",
"@inrupt/solid-client-authn-node": "^2.0.0",
"@playwright/test": "~1.43.0",
"@playwright/test": "~1.37.0",
"@rdfjs/types": "^1.1.0",
"@rushstack/eslint-patch": "^1.6.1",
"@types/jest": "^29.5.11",
Expand Down

0 comments on commit d1dddf0

Please sign in to comment.