Skip to content

Commit

Permalink
add some env in github and fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 26, 2024
1 parent 90a290c commit 40a8ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -16,3 +16,8 @@ jobs:
env:
NITRO_TEST: true
- run: pnpm test
env:
NITRO_TEST: true
NITRO_WEBHOOK_SECRET: ${{ secrets.NITRO_WEBHOOK_SECRET }}
NITRO_APP_ID: ${{ secrets.NITRO_APP_ID }}
NITRO_PRIVATE_KEY: ${{ secrets.NITRO_PRIVATE_KEY }}

0 comments on commit 40a8ee7

Please sign in to comment.