Skip to content

Commit

Permalink
pipeline tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Aug 30, 2024
1 parent 2620b54 commit fb0fe86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
python-version: "3.10" # stac-api-validator requires >= 3.10
cache: "pip"

- name: Set Azurite Default Key
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: API Validator
run: ./scripts/validate

0 comments on commit fb0fe86

Please sign in to comment.