Skip to content

Commit

Permalink
fail step
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Aug 30, 2024
1 parent f06975a commit 0cbff10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: echo "AZURITE_ACCOUNT_KEY=$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111)" >> $GITHUB_ENV

- name: Verify Azurite Key was retrieved correctly
if: contains(env.AZURITE_ACCOUNT_KEY, 'Aby8')
run: echo GOT HERE
if: "!startsWith(env.AZURITE_ACCOUNT_KEY, 'Aby8')"
run: echo Failed to find key at learn.microsoft.com && exit 1

- name: Run cibuild
run: ./scripts/cibuild
Expand Down

0 comments on commit 0cbff10

Please sign in to comment.