From 3644e52a4e075a9e4f462285f7a05aeb3e550728 Mon Sep 17 00:00:00 2001 From: chris-j-h Date: Fri, 10 May 2024 08:38:32 +0100 Subject: [PATCH] Re-enable azure atests in ci build --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 365d36819..ae079a2d3 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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