Skip to content

Commit 8d0a568

Browse files
committed
chore: Don't filter out when using latest
1 parent 18d47ac commit 8d0a568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
node-version-file: .node-version
9595
cache: pnpm
9696
- name: Install dependencies
97-
run: pnpm install --frozen-lockfile --filter e2e-next...
97+
run: pnpm install --frozen-lockfile ${{ matrix.next-version != 'latest' && '--filter e2e-next...' || '' }}
9898
- name: Install Next.js version ${{ matrix.next-version }}
9999
if: ${{ matrix.next-version != 'local' }}
100100
run: pnpm add --filter e2e-next --filter nuqs next@${{ matrix.next-version }}

0 commit comments

Comments
 (0)