Skip to content

Commit

Permalink
resign from using artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wsekta committed Jan 11, 2024
1 parent a7eb88d commit 2aa6ff6
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/linux-clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,10 @@ jobs:
working-directory: ${{github.workspace}}/build/
run: ./orm-cxx-UT --gtest_output=xml:report.xml

- uses: actions/upload-artifact@v3
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: test-results
name: GTest
path: '${{github.workspace}}/build/report.xml'

report:
needs: build
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: test-results
name: test report
path: '*.xml'
reporter: java-junit

0 comments on commit 2aa6ff6

Please sign in to comment.