From fb0fe863de515854f09244ef6be9cc1bb82f8bcc Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Fri, 30 Aug 2024 09:47:33 -0400 Subject: [PATCH] pipeline tweak --- .github/workflows/pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f844f1a7..e31975b8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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