Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 authored Oct 19, 2023
1 parent 70906aa commit 3ff1825
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ 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: |
mkdir -p ${{ env.HOME }}/Provar/.properties
echo "com.provar.licensecheck.cli=false" >> ${{ env.HOME }}/Provar/.properties/provar.properties
- name: List Authenticated Orgs and Set Default Username
run: |
Expand Down

0 comments on commit 3ff1825

Please sign in to comment.