Skip to content

Commit

Permalink
update gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wsekta committed Jan 10, 2024
1 parent f2b7824 commit 8ba9e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
BUILD_TYPE: Debug
GTEST_OUTPUT: xml:report.xml

jobs:
build:
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:

- name: Run tests
working-directory: ${{github.workspace}}/build/
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --gtest_output=xml:report.xml

- uses: actions/upload-artifact@v3
if: success() || failure()
Expand Down

0 comments on commit 8ba9e1d

Please sign in to comment.