Skip to content

Commit 19deb02

Browse files
authored
Merge pull request #22 from SoftwareAG/sagpembo-patch-2
Update ci.yml
2 parents 4c52e66 + f6eedab commit 19deb02

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 }}'
35+
npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{DEV_TENANT}} ${{PROD_TENANT}}
3636

0 commit comments

Comments
 (0)