Skip to content

Commit

Permalink
Revert "ci(github): fail build when static analysis fails."
Browse files Browse the repository at this point in the history
This reverts commit 6b6e93d.
  • Loading branch information
Nicholas Sielicki committed May 13, 2024
1 parent 6b6e93d commit 6a3380f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ jobs:
uses: whisperity/codechecker-analysis-action@v1
id: codechecker
with:
# clean and rebuild so that make does not hide any files in
# resulting compile_commands.json
# clean and rebuild so that compile_commands.json can be detected
build-command: make clean && make
ctu: true

Expand All @@ -172,4 +171,4 @@ jobs:
shell: bash
run: |
echo "::error title=Static Analyzers Failed::Analysed commit(s) caused static analysis warnings"
exit 1
exit 0

0 comments on commit 6a3380f

Please sign in to comment.