Skip to content

Commit

Permalink
Adds debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jul 23, 2024
1 parent 24907ad commit 36beefa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4

- name: "Debug"
run: |
find .
- name: "CycloneDX: Generate Merged SBOM"
run: |
sbommerge \
Expand Down

0 comments on commit 36beefa

Please sign in to comment.