Skip to content

Commit

Permalink
update docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu committed Sep 14, 2024
1 parent 63a2d48 commit 9b32f8d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/azure-login-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: 'Validate build'
run: |
npm install
npm run build
- name: 'Run L0 tests'
run: |
npm run test

- name: Install Azure CLI
run: |
Expand Down Expand Up @@ -294,7 +285,16 @@ jobs:
shell: pwsh
run: |
Get-Module -ListAvailable Az
- name: 'Validate build'
run: |
npm install
npm run build
- name: 'Run L0 tests'
run: |
npm run test
- name: Login with individual parameters
uses: ./
with:
Expand Down

0 comments on commit 9b32f8d

Please sign in to comment.