Skip to content

Commit

Permalink
Add missing uses key
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Mar 3, 2024
1 parent cd7becc commit 88e8f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}} --output-junit test-report.xml

- name: Publish test report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: CTest Tests
Expand Down

0 comments on commit 88e8f97

Please sign in to comment.