Skip to content

Commit 73b1548

Browse files
authored
Update ci.yml
1 parent 19deb02 commit 73b1548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Test Build
3333
shell: bash
3434
run: |
35-
npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{DEV_TENANT}} ${{PROD_TENANT}}
35+
npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{secrets.DEV_TENANT}} ${{secrets.PROD_TENANT}}
3636

0 commit comments

Comments
 (0)