Skip to content

Commit 8691c4a

Browse files
testing
1 parent 1e88af8 commit 8691c4a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-codeql.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ jobs:
7878
ACCOUNT_NAME: ${{ secrets.ACCOUNT_NAME }}
7979
SHARE_NAME: ${{ secrets.SHARE_NAME }}
8080
steps:
81+
- name: Azure Login
82+
uses: azure/login@v2
83+
with:
84+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
85+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
86+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
87+
enable-AzPSSession: true
8188
- name: Download previous results
8289
shell: pwsh
8390
run : |
@@ -87,6 +94,7 @@ jobs:
8794
$destination = "azure-detailedfunctiontestresults.xlsx"
8895
Get-AzStorageFileContent -ShareName "$env:SHARE_NAME" -Path "detailedfunctiontestresults.xlsx" -Destination $destination -Context $context
8996
97+
9098
test-query-health:
9199
runs-on: windows-latest
92100
# FIXME testing needs: build

0 commit comments

Comments
 (0)