Skip to content

Commit fc8a861

Browse files
committed
test validation
1 parent 0865cee commit fc8a861

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/integrationTest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
-DuserId=${{ secrets.userId }} \
2828
-DtenantId=${{ secrets.tenantId }} \
2929
-Dfingerprint=${{ secrets.fingerprint }} \
30-
-Dregion=${{ env.region }} \
30+
-Dregion=${{ vars.region }} \
3131
-DprivateKeyContent=${{ secrets.privateKeyContent }} \
32-
-Dit.notification=${{ env.it_notification }} \
33-
-DtopicName=${{ env.topicName }} \
32+
-Dit.notification=${{ vars.it_notification }} \
33+
-DtopicName=${{ vars.topicName }} \
3434
-DcompartmentId=${{ secrets.compartmentId }} \
35-
-Dit.logging=${{ env.it_logging }} \
36-
-DlogId=${{ env.logId }} \
37-
-Dit.storage=${{ env.it_storage }} \
38-
-DbucketName=${{ env.bucketName }} \
35+
-Dit.logging=${{ vars.it_logging }} \
36+
-DlogId=${{ vars.logId }} \
37+
-Dit.storage=${{ vars.it_storage }} \
38+
-DbucketName=${{ vars.bucketName }} \
3939
install

0 commit comments

Comments
 (0)