Skip to content

Commit

Permalink
add link env to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
princejoogie committed Jan 13, 2022
1 parent bac0e8f commit 0a5890e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
env:
PM_SECRET_KEY: ${{ secrets.PM_SECRET_KEY }}
PM_WEBHOOK_ID: ${{ secrets.PM_WEBHOOK_ID }}
run: echo "SK $PM_SECRET_KEY, WID $PM_WEBHOOK_ID" && yarn test -- --clearCache && yarn test --ci --coverage --maxWorkers=2
PM_LINK_ID: ${{ secrets.PM_LINK_ID }}
PM_LINK_REF: ${{ secrets.PM_LINK_REF }}
run: yarn test -- --clearCache && yarn test --ci --coverage --maxWorkers=2

- name: Build
run: yarn build

0 comments on commit 0a5890e

Please sign in to comment.