Skip to content

Commit

Permalink
name for test report
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Feb 7, 2024
1 parent 1237826 commit 8ff4b29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.12"
steps:
- name: Checkout nuflux
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -64,6 +64,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
if-no-files-found: error
name: test-results-${{matrix.build}}-${{matrix.os}}
path: test-results-${{matrix.build}}-${{matrix.os}}.junit.xml
- name: Install and test linking
Expand Down Expand Up @@ -100,7 +101,7 @@ jobs:
# steps:
# - uses: cvmfs-contrib/github-action-cvmfs@v3
# - name: Checkout nuflux
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# - name: Build and Run Tests in Docker
# uses: addnab/docker-run-action@v3
# with:
Expand All @@ -123,7 +124,7 @@ jobs:
# steps:
# - uses: cvmfs-contrib/github-action-cvmfs@v3
# - name: Checkout nuflux
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# - name: Build and Run Tests in Docker
# uses: addnab/docker-run-action@v3
# with:
Expand All @@ -146,9 +147,9 @@ jobs:
path: test-results
pattern: test-results-*
merge-multiple: true
- run: ls -R test-results
- name: Test Report
uses: dorny/test-reporter@v1
with:
path: test-results/*.xml
name: Test Results
path: test-results/test-results-meson-*.xml
reporter: jest-junit
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: cvmfs-contrib/github-action-cvmfs@v3
- name: Checkout nuflux
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Download wheel
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8ff4b29

Please sign in to comment.