Skip to content

Commit

Permalink
chore: add ENVs in coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik committed Dec 11, 2023
1 parent 71c5ced commit b11c016
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
strategy:
matrix:
node: [16, 18]
# Setup env for running test
env:
NODE_ENV: 'test'
MONGO_URI: ${{ secrets.MONGO_URI }}
APP_ID: ${{ secrets.APP_ID }}
APP_PASSWORD: ${{ secrets.APP_PASSWORD }}
TOKEN_SECRET: ${{ secrets.TOKEN_SECRET }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout repository
Expand Down

0 comments on commit b11c016

Please sign in to comment.