Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmboling authored Apr 30, 2024
1 parent 101652e commit d0468f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ jobs:
run: fossa -V

- name: Run Analysis (in debug mode) (and output mode)
run: fossa analyze -o --debug
run: |
fossa analyze -o --debug
fossa test
fossa report attribution --format spdx-json
ls -l

0 comments on commit d0468f3

Please sign in to comment.