Skip to content

Commit

Permalink
Add Dev-2-1 to end-to-end environments (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Dec 11, 2023
1 parent 19066a2 commit 29e2b45
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# The Node version does not influence how well our tests run in the browser,
# so we only need to test in one.
node-version: [20.x]
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 @@ -23,7 +23,7 @@ jobs:
# 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", "NSS"]
environment-name: ["ESS PodSpaces", "ESS Dev-2-1", "NSS"]
experimental: [false]
include:
- environment-name: "ESS Dev-2-2"
Expand Down
168 changes: 84 additions & 84 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 @@ -172,9 +172,9 @@
},
"devDependencies": {
"@inrupt/eslint-config-lib": "^2.0.0",
"@inrupt/internal-playwright-helpers": "^2.0.4",
"@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-authn-node": "^1.12.3",
"@playwright/test": "^1.28.1",
"@rdfjs/types": "^1.1.0",
Expand Down

1 comment on commit 29e2b45

@vercel
Copy link

@vercel vercel bot commented on 29e2b45 Dec 11, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

solid-client-js – ./

solid-client.vercel.app
solid-client-js-git-main-inrupt.vercel.app
solid-client-js-inrupt.vercel.app

Please sign in to comment.