Skip to content

Commit

Permalink
Merge branch 'dev' into mergeRelease/5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaymanolkar1 committed May 21, 2024
2 parents 1a89f33 + 584c5c6 commit 8d1cc86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines/pull-request-validation/pr-msal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variables:
- name: robolectricSdkVersion
value: 33
- group: MSIDLABVARS
- group: devex-ciam-test

trigger:
branches:
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
- task: Gradle@2
displayName: Run Unit tests
inputs:
tasks: msal:testLocalDebugUnitTest -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}}
tasks: msal:testLocalDebugUnitTest -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PmockApiUrl=$(MOCK_API_URL)
javaHomeSelection: $(BuildParameters.javaHomeSelection)
jdkVersion: 1.11
- job: spotbugs
Expand Down

0 comments on commit 8d1cc86

Please sign in to comment.