Skip to content

Adding Identifier Uris as an input option to be used for Saml config if enabled. #435

Adding Identifier Uris as an input option to be used for Saml config if enabled.

Adding Identifier Uris as an input option to be used for Saml config if enabled. #435

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
id-token: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn lint
- run: yarn build
- name: "Az CLI login"
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
allow-no-subscriptions: true
- run: yarn test