Skip to content

Commit f4d47aa

Browse files
committedNov 6, 2024
chore: Fix Next.js release CI
1 parent cf63d69 commit f4d47aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/test-against-nextjs-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Next.js version ${{ inputs.version }}
3434
run: pnpm add --filter e2e-next --filter nuqs next@${{ inputs.version }}
3535
- name: Run integration tests
36-
run: pnpm run test -- --filter e2e-next
36+
run: pnpm run test --filter e2e-next
3737
env:
3838
BASE_PATH: ${{ matrix.base-path && matrix.base-path || '/' }}
3939
REACT_COMPILER: ${{ matrix.react-compiler }}
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
4545
if: failure()
4646
with:
47-
path: packages/e2e/cypress/screenshots
47+
path: packages/e2e-next/cypress/screenshots
4848
name: ci-next-${{ inputs.version }}${{ matrix.base-path && '-basePath' || ''}}${{ matrix.react-compiler && '-react-compiler' || ''}}
4949
- uses: 47ng/actions-slack-notify@main
5050
name: Notify on Slack

0 commit comments

Comments
 (0)
Failed to load comments.