Skip to content

Commit

Permalink
chore: Fix Next.js release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 6, 2024
1 parent cf63d69 commit f4d47aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-against-nextjs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Next.js version ${{ inputs.version }}
run: pnpm add --filter e2e-next --filter nuqs next@${{ inputs.version }}
- name: Run integration tests
run: pnpm run test -- --filter e2e-next
run: pnpm run test --filter e2e-next
env:
BASE_PATH: ${{ matrix.base-path && matrix.base-path || '/' }}
REACT_COMPILER: ${{ matrix.react-compiler }}
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
if: failure()
with:
path: packages/e2e/cypress/screenshots
path: packages/e2e-next/cypress/screenshots
name: ci-next-${{ inputs.version }}${{ matrix.base-path && '-basePath' || ''}}${{ matrix.react-compiler && '-react-compiler' || ''}}
- uses: 47ng/actions-slack-notify@main
name: Notify on Slack
Expand Down

0 comments on commit f4d47aa

Please sign in to comment.