Skip to content

Commit

Permalink
Revert "ci: Disable SBOM on tests for Windows"
Browse files Browse the repository at this point in the history
This reverts commit e926172.
  • Loading branch information
notheotherben committed Jul 15, 2024
1 parent ba9046c commit b25de6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
os: linux
target: x86_64-unknown-linux-gnu
coverage: true
sbom: true
setup: |
sudo apt-get update
sudo apt-get install -y libdbus-1-3 libdbus-1-dev
Expand Down Expand Up @@ -95,7 +94,6 @@ jobs:
run_on: macos-latest
os: darwin
target: x86_64-apple-darwin
sbom: true
- arch: arm64
run_on: macos-latest
os: darwin
Expand Down Expand Up @@ -209,7 +207,6 @@ jobs:
token: ${{ env.CODECOV_TOKEN }}

- uses: anchore/sbom-action@v0
if: matrix.sbom || false
with:
file: "target/${{ matrix.target }}/debug/git-tool${{ matrix.extension }}"
format: 'spdx-json'
Expand Down

0 comments on commit b25de6c

Please sign in to comment.