Skip to content

Commit

Permalink
Trigger CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkma committed Apr 29, 2024
1 parent 2ac2ad7 commit 4b203b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NAME }}
imageToBuild: ${{ env.TEST_FULL_ACR_NAME }}/${{ env.TEST_IMAGE_REPOSITORY }}:${{ env.TEST_IMAGE_TAG }}
disableTelemetry: ${{ vars.TEST_DISABLE_TELEMETRY }}
postgres: |
dms-db
dms-db2
kafka: kaf1,kaf2

- name: Delete created Azure Container App
if: ${{ always() }}
Expand Down Expand Up @@ -142,6 +146,10 @@ jobs:
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NAME }}
imageToBuild: ${{ env.TEST_FULL_ACR_NAME }}/${{ env.TEST_IMAGE_REPOSITORY }}:${{ env.TEST_IMAGE_TAG }}
disableTelemetry: ${{ vars.TEST_DISABLE_TELEMETRY }}
postgres: |
dms-db
dms-db2
kafka: kaf1,kaf2

- name: Delete created Azure Container App
if: ${{ always() }}
Expand Down

0 comments on commit 4b203b4

Please sign in to comment.