Skip to content

Commit

Permalink
ci: Echo exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Jul 22, 2024
1 parent 13e32c8 commit 9d822ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phylum-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: RDXWorks-actions/phylum-analyze-pr-action@main
with:
phylum_token: ${{ secrets.phylum_api_key }}
cmd: phylum-ci --force-analysis --all-deps --skip-comments -qq --audit > /dev/null 2>&1
cmd: phylum-ci --force-analysis --all-deps --skip-comments -qq --audit > /dev/null 2>&1 || exit_code=$? || echo "Phylum CI exit code: $exit_code"
- name: Phylum Report Comment
if: ${{ inputs.add_report_comment_to_pull_request == true }}
env:
Expand Down

0 comments on commit 9d822ee

Please sign in to comment.