Skip to content

Commit

Permalink
publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Aug 30, 2024
1 parent 0d7def1 commit 3a56ae4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ jobs:
ssh-add atest/testdata/keyfiles/id_rsa
- name: Run tests
run: |
robot -d results -e no-gh-actions -b console.log atest
robot -d results -e no-gh-actions -b console.log -x xunit.xml atest
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Test Results - ${{ runner.os }}
path: "atest/results/"
path: "results"
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: results/xunit.xml

0 comments on commit 3a56ae4

Please sign in to comment.