From f0baca0065e012d84d643ea529dedccc45b90244 Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Fri, 17 Nov 2023 03:25:34 +0200 Subject: [PATCH] chore(repo): Fix nextjs canary release & show tests package versions --- .github/workflows/nightly-checks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly-checks.yml b/.github/workflows/nightly-checks.yml index 4a89475eaf..b2704aac56 100644 --- a/.github/workflows/nightly-checks.yml +++ b/.github/workflows/nightly-checks.yml @@ -51,7 +51,11 @@ jobs: E2E_CLERK_VERSION: 'latest' INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }} MAILSAC_API_KEY: ${{ secrets.MAILSAC_API_KEY }} + E2E_NEXTJS_VERSION: 'canary' + - name: Show package versions + working-directory: ${{runner.temp}} + run: npm list notify-slack: name: Notify Slack needs: integration-tests