Skip to content

Commit

Permalink
tests: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 12, 2024
1 parent 65b1bb5 commit dd695e1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13,010 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: npm ci --prefix e2e-projects/app-router && npm ci --prefix e2e-projects/pages-router
- run: npx playwright install --with-deps
- run: npm run lint
- run: npm run build
- run: npm ci
working-directory: ./e2e-projects/app-router
- run: npm ci
working-directory: ./e2e-projects/pages-router
- run: npm run e2e
env:
PLAYWRIGHT_PRISMIC_USERNAME: ${{ secrets.PLAYWRIGHT_PRISMIC_USERNAME }}
Expand Down
21 changes: 1 addition & 20 deletions e2e-projects/app-router/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 e2e-projects/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@prismicio/client": "^7.13.0",
"@prismicio/mock": "^0.4.0",
"@prismicio/next": "file:../..",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
Expand Down
Loading

0 comments on commit dd695e1

Please sign in to comment.