Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 committed Oct 20, 2023
2 parents 36a4f42 + ee5a7ce commit b6c953a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ jobs:
unzip -q Provar_ANT_${{ env.provar_build_version }}.zip -d $GITHUB_WORKSPACE/ProvarHome
ls -la ${{ env.provar_home }}
ls -la ${{ env.provar_home }}/provardx
## License check is optional in 2.11.2, will be mandatory in 2.11.3+
- name: Set License check to false for CLI
run: |
#printenv
#find . -type d -name "Provar"
mkdir -p $HOME/Provar/.properties
echo "com.provar.licensecheck.cli=false" >> $HOME/Provar/.properties/provar.properties
- name: List Authenticated Orgs and Set Default Username
run: |
Expand Down
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ steps:
ls -la
displayName: "Install & Configure Provar for running ProvarDX"
## License check is optional in 2.11.2, will be mandatory in 2.11.3+
- bash: |
mkdir -p $HOME/Provar/.properties
echo "com.provar.licensecheck.cli=false" >> $HOME/Provar/.properties/provar.properties
displayName: "Set License check to false for CLI"
- bash: |
echo "Creating SFDX Project"
sf project generate -n SFDXProject
Expand Down Expand Up @@ -131,4 +137,4 @@ steps:
targetPath: '$(System.DefaultWorkingDirectory)/ProvarProject/ANT/Results'
artifact: 'Test Results'
publishLocation: 'pipeline'
displayName: "Publish Test Results Zip"
displayName: "Publish Test Results Zip"

0 comments on commit b6c953a

Please sign in to comment.