Skip to content

Commit

Permalink
chore(repo): Hello
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Oct 11, 2023
1 parent af7797c commit 7865b55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
integration-nextjs:
name: Integration (NextJS canary)
needs: registry
uses: ./.github/workflows/e2e-base.yml
with:
SCRIPT: 'E2E_NEXTJS_VERSION=canary npm run test:integration:nextjs'
secrets: inherit
steps:
- name: Run test
uses: ./.github/workflows/e2e-base.yml
secrets: inherit
with:
SCRIPT: 'E2E_NEXTJS_VERSION=canary npm run test:integration:nextjs'
- name: Report Status
if: always()
uses: ravsamhq/notify-slack-action@v1
Expand All @@ -31,4 +32,3 @@ jobs:
notify_when: 'failure'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SDK_E2E_ALERTS_WEBHOOK_URL }}

0 comments on commit 7865b55

Please sign in to comment.