Skip to content

Commit

Permalink
ci: remove static analysis license expire check
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Oct 31, 2022
1 parent 6cc2ab1 commit bb4d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=On
cd ..
pvs-studio-analyzer trace -- cmake --build cmake-build-debug --config Debug
pvs-studio-analyzer analyze -e ./thirdparty -l pvs-studio.lic -o pvs-studio.log
pvs-studio-analyzer analyze -e ./thirdparty -l pvs-studio.lic -o pvs-studio.log --disableLicenseExpirationCheck
plog-converter -a 'GA:1,2;OP:1' -t fullhtml -o pvs-studio.html -w pvs-studio.log
- name: Archive code coverage results
Expand Down

0 comments on commit bb4d826

Please sign in to comment.