Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagpembo authored Jun 7, 2024
1 parent 4c52e66 commit f6eedab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Test Build
shell: bash
run: |
npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}'
npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{DEV_TENANT}} ${{PROD_TENANT}}

0 comments on commit f6eedab

Please sign in to comment.