Skip to content

Commit 3031990

Browse files
committed
wip
1 parent ad108d6 commit 3031990

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/nightly-checks.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ jobs:
5858
working-directory: ${{runner.temp}}
5959
run: mkdir clerk-js && cd clerk-js && pnpm init && pnpm add @clerk/clerk-js
6060

61-
- name: List installed packages in clerk-js
62-
working-directory: ${{runner.temp}}/clerk-js
63-
run: |
64-
echo "=== Listing installed packages in clerk-js ==="
65-
pnpm list --json
66-
echo "=== Detailed package info for @clerk/clerk-js ==="
67-
pnpm list @clerk/clerk-js
68-
6961
- name: Run Integration Tests
7062
id: integration_tests
7163
continue-on-error: true
@@ -74,7 +66,7 @@ jobs:
7466
OUTPUT_FILE="${{runner.temp}}/test-output.log"
7567
# Only run Typedoc tests for one matrix version
7668
if [ "${{ matrix.test-name }}" == "nextjs" ]; then
77-
E2E_APP_ID=next.quickstart.* pnpm run test:integration:nextjs -- --grep @quickstart 2>&1 | tee "$OUTPUT_FILE"
69+
E2E_APP_ID=quickstart.next.appRouter pnpm test:integration:base --grep @quickstart 2>&1 | tee "$OUTPUT_FILE"
7870
else
7971
pnpm turbo test:integration:${{ matrix.test-name }} $TURBO_ARGS --only 2>&1 | tee "$OUTPUT_FILE"
8072
fi

0 commit comments

Comments
 (0)