Skip to content

Commit

Permalink
static analysis on ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Sep 22, 2024
1 parent 5cb4a03 commit 4f31c20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f31c20

Please sign in to comment.