Skip to content

Commit

Permalink
testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Aug 29, 2024
1 parent 8739b7b commit 2235be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

- name: Set Azurite Default Key
run: |
echo "AZURITE_ACCOUNT_KEY="$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio%2Cblob-storage#well-known-storage-account-and-key|grep "Account key:"|cut -b 24-111)" >> $GITHUB_ENV
echo curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111
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
echo "Using Azurite default key: $AZURITE_ACCOUNT_KEY"
- name: Run cibuild
Expand Down

0 comments on commit 2235be9

Please sign in to comment.