diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67639a60..4798cade 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,11 +54,7 @@ jobs: unzip sca-cmd.zip - name: Run Analysis on Playlet Lib - # Note: we don't set the exit code to on error, because sca treats the lib - # as a standalone app, and logs all sorts of errors that are not relevant to - # a Component Library. - # This run is simply to check if there's any interesting output comes up. - run: ./sca-cmd/bin/sca-cmd ./release/playlet-lib.zip + run: ./sca-cmd/bin/sca-cmd ./release/playlet-lib.zip --exit error - name: Run Analysis on Playlet App run: ./sca-cmd/bin/sca-cmd ./release/playlet.zip --exit error