Skip to content

Commit

Permalink
Re-enable azure atests in ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed May 10, 2024
1 parent 3eb7033 commit 3644e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ jobs:
- name: Run AWS tests
run: |
./gradlew :tests:acceptance-test:test --tests AwsKeyVaultIT --info
# - name: Run azure tests
# run: |
# ./gradlew :tests:acceptance-test:test --tests RunAzureIT --info
- name: Run azure tests
run: |
./gradlew :tests:acceptance-test:test --tests RunAzureIT --info
- name: Run hashicorp tests
run: |
wget https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip -O /tmp/vault_1.2.2_linux_amd64.zip
Expand Down

0 comments on commit 3644e52

Please sign in to comment.