Skip to content

Commit

Permalink
dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhhp committed Nov 5, 2024
1 parent 1b95e3f commit adaa94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
run: |
make -j`nproc` mini-os-dir
- uses: vapier/coverity-scan-action@v1
- uses: andyhhp/coverity-scan-action@6476128221d4c7ebc5ca4f8e502bed26d7f9c7a8
with:
command: make -j`nproc` build-xen build-tools && make -j`nproc` -C extras/mini-os/
project: XenProject
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
dry_run: true

0 comments on commit adaa94a

Please sign in to comment.