Skip to content

Commit

Permalink
chore(repo): Fix nextjs canary release & show tests package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 17, 2023
1 parent 1ddffb6 commit ba66931
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba66931

Please sign in to comment.