We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32dc37 commit 0eda17dCopy full SHA for 0eda17d
1 file changed
.github/workflows/build.yml
@@ -33,6 +33,10 @@ jobs:
33
if: ${{ always() && steps.build.outcome == 'success' }}
34
run: dotnet test --no-build --report-trx
35
36
+ - name: Check BOM changes
37
+ if: always()
38
+ run: dnx bom check pr
39
+
40
- name: Upload Windows UnitTests binaries
41
if: ${{ matrix.os == 'windows-latest' && steps.build.outcome == 'success' }}
42
uses: actions/upload-artifact@v6
0 commit comments