Skip to content

Bump com.microsoft.azure:msal4j from 1.11.0 to 1.18.0 in /msal-obo-sample #153

Bump com.microsoft.azure:msal4j from 1.11.0 to 1.18.0 in /msal-obo-sample

Bump com.microsoft.azure:msal4j from 1.11.0 to 1.18.0 in /msal-obo-sample #153

Workflow file for this run

name: OBO Sample CI
on:
push:
branches: [ master ]
paths: ['msal-obo-sample/**', '.github/workflows/**']
pull_request:
branches: [ master ]
paths: ['msal-obo-sample/**', '.github/workflows/**']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
relativePath: ./msal-obo-sample
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 16
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
working-directory: ${{ env.relativePath }}