Skip to content

Commit

Permalink
ci: fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 19, 2024
1 parent 7773cec commit 5078d44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == 22
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: npm ci --prefix e2e-projects/app-router
- run: npm ci --prefix e2e-projects/pages-router
- run: npm run e2e
env:
PLAYWRIGHT_PRISMIC_USERNAME: ${{ secrets.PLAYWRIGHT_PRISMIC_USERNAME }}
Expand Down

0 comments on commit 5078d44

Please sign in to comment.