Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Aug 30, 2024
1 parent 09ef950 commit f06975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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, 'Eby8')
if: contains(env.AZURITE_ACCOUNT_KEY, 'Aby8')
run: echo GOT HERE

- name: Run cibuild
Expand Down

0 comments on commit f06975a

Please sign in to comment.