Skip to content

Commit

Permalink
Fix unit test upload
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Henderson <[email protected]>
  • Loading branch information
phender committed Oct 7, 2024
1 parent 314577b commit c568526
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/code-coverage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,15 @@ jobs:
- name: Run Unit Testing
run: docker run --name unit-test build-image-${{github.run_id}}-${{github.run_attempt}}
./daos/utils/ci/run_unit_tests_in_gha.sh
- name: Fetch results
if: always()
run: docker cp build-image-${{github.run_id}}-${{github.run_attempt}}:/home/daos/daos/nlt-junit.xml ./
- name: Publish NLT test results
if: always()
uses: EnricoMi/[email protected]
- name: Fetch test results
run: docker cp unit-test:/unit_test_logs ./artifacts;
docker cp unit-test:/covc_test_logs ./artifacts;
docker cp unit-test:/covc_vm_test ./artifacts
- name: Upload test results
uses: actions/upload-artifact@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: nlt-junit.xml
comment_mode: off # yamllint disable-line rule:truthy
fail_on: nothing
name: Bullseye Unit Testing test-results
path: ./artifacts/

Functional-Test:
name: Bullseye Functional Testing
Expand Down

0 comments on commit c568526

Please sign in to comment.