Skip to content

Commit

Permalink
ci: Check for azure token in test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Oct 17, 2022
1 parent bbce73c commit 4f3fc98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/feature-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f3fc98

Please sign in to comment.