Skip to content

Commit

Permalink
Fix #56: add custom path to settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgandcomp committed Nov 1, 2024
1 parent 46afafa commit 6d408f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Prepare Analysis
run: |
cd ${{ inputs.directory_path }}
cov-build --dir cov-int mvn -DskipTests=true -DuseInternalRepo=true compile
cov-build --dir cov-int mvn -DskipTests=true -DuseInternalRepo=true -s /github/home/.m2/settings.xml compile
tar czvf ${{ inputs.project-name }}.tgz cov-int
mkdir result && cp ${{ inputs.project-name }}.tgz result
env:
Expand Down

0 comments on commit 6d408f9

Please sign in to comment.