Skip to content

Commit d9d4e0b

Browse files
Update test_actions.yml
1 parent 1a40d3d commit d9d4e0b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test_actions.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
test-notebooks:
1313
runs-on: ubuntu-latest
14+
environment: MMI-Samples
1415

1516
steps:
1617
- name: Checkout Repo
@@ -30,6 +31,14 @@ jobs:
3031
- name: List notebook files
3132
run: ls -la notebooks
3233

34+
- name: Azure Login
35+
uses: azure/login@v2
36+
with:
37+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
38+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
39+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40+
auth-type: OIDC
41+
3342
- name: Run notebook tests
3443
run: |
3544
set -e

0 commit comments

Comments
 (0)