We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5a3a9 commit 87fc4cfCopy full SHA for 87fc4cf
1 file changed
.github/workflows/reusable-dotnet-quality.yml
@@ -170,6 +170,7 @@ jobs:
170
- name: Create FOSSA report file
171
if: ${{ inputs.fossa-enabled && steps.fossa.outputs.report != '' }}
172
run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html
173
+ continue-on-error: true
174
- name: Generate SBOM with Syft
175
uses: anchore/sbom-action@v0
176
# with:
@@ -178,6 +179,7 @@ jobs:
178
179
# output-file: sbom.json
180
# upload-artifact: true # Auto-upload to workflow artifacts
181
- name: Archive test results
182
+ if: always()
183
uses: actions/upload-artifact@v4
184
with:
185
name: dotnet-test-results
0 commit comments