We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c52e66 + f6eedab commit 19deb02Copy full SHA for 19deb02
.github/workflows/ci.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Test Build
33
shell: bash
34
run: |
35
- npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}'
+ npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{DEV_TENANT}} ${{PROD_TENANT}}
36
0 commit comments