Skip to content

Commit

Permalink
chore: Fix error in CI due to missing env variables (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Dec 9, 2024
1 parent be37851 commit de09f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ jobs:
- name: Create certs dir
run: node scripts/create-certs-dir.js ${{ steps.tmp-dir.outputs.dir }}/certs
if: ${{ vars.TEMPORAL_CLIENT_NAMESPACE != '' }}
env:
TEMPORAL_CLIENT_CERT: ${{ secrets.TEMPORAL_CLIENT_CERT }}
TEMPORAL_CLIENT_KEY: ${{ secrets.TEMPORAL_CLIENT_KEY }}

- name: Run Tests
run: npm test
Expand Down

0 comments on commit de09f6c

Please sign in to comment.