Skip to content

Bump @azure/identity from 3.2.4 to 3.3.0 #3

Bump @azure/identity from 3.2.4 to 3.3.0

Bump @azure/identity from 3.2.4 to 3.3.0 #3

Workflow file for this run

name: 'build-test'
on:
pull_request:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
subscriptionId: d08e1a72-8180-4ed3-8125-9dff7376b0bd
resourceGroup: ant-test
templateFile: __tests__/scenarios/static-error/main.bicep
parametersFile: __tests__/scenarios/static-error/main.bicepparam