We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf63d69 commit f4d47aaCopy full SHA for f4d47aa
.github/workflows/test-against-nextjs-release.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Next.js version ${{ inputs.version }}
34
run: pnpm add --filter e2e-next --filter nuqs next@${{ inputs.version }}
35
- name: Run integration tests
36
- run: pnpm run test -- --filter e2e-next
+ run: pnpm run test --filter e2e-next
37
env:
38
BASE_PATH: ${{ matrix.base-path && matrix.base-path || '/' }}
39
REACT_COMPILER: ${{ matrix.react-compiler }}
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
45
if: failure()
46
with:
47
- path: packages/e2e/cypress/screenshots
+ path: packages/e2e-next/cypress/screenshots
48
name: ci-next-${{ inputs.version }}${{ matrix.base-path && '-basePath' || ''}}${{ matrix.react-compiler && '-react-compiler' || ''}}
49
- uses: 47ng/actions-slack-notify@main
50
name: Notify on Slack
0 commit comments