diff --git a/.github/workflows/feature-branches.yaml b/.github/workflows/feature-branches.yaml index 416e01f9..0b6e0b47 100644 --- a/.github/workflows/feature-branches.yaml +++ b/.github/workflows/feature-branches.yaml @@ -23,6 +23,8 @@ jobs: make start-services test -s scripts/license.lic || export SKIP_PRO_TESTS="true" + test -n "${AZURE_STORAGE_ACCOUNT_KEY}" || export SKIP_AZURE_TESTS="true" + make test make vet make testacc