Skip to content

Commit

Permalink
Fixes for CI (#19)
Browse files Browse the repository at this point in the history
### What's done:
* Fix path to build dir in release action
* Enable publishing of JUnit reports
  • Loading branch information
kgevorkyan authored Jan 9, 2023
1 parent d6c70cc commit cbd6cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:

report:
name: Publish JUnit test results
# Temporary disable action
if: ${{ false }}
if: ${{ always() }}
needs: build_and_test
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sarif-utils-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: sarif-utils-${{ runner.os }}
path: sarif-utils/build/*
path: sarif-utils/fixpatches/build/*
retention-days: 1

github_release:
Expand Down

0 comments on commit cbd6cfb

Please sign in to comment.