trigger example test

This commit is contained in:
hezijie 2024-01-03 17:53:21 +08:00 committed by lonegunmanb
parent 26a578a267
commit 696a7c9089

View File

@ -25,7 +25,10 @@ jobs:
files_ignore: "**/TestRecord.md"
dir_names_max_depth: 2
- name: test pr
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "change files" $ALL_CHANGED_FILES
az login --identity --username $MSI_ID > /dev/null
export ARM_SUBSCRIPTION_ID=$(az login --identity --username $MSI_ID | jq -r '.[0] | .id')
export ARM_TENANT_ID=$(az login --identity --username $MSI_ID | jq -r '.[0] | .tenantId')