Skip to content

Commit

Permalink
Upload test results to testspace
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Oct 15, 2020
1 parent 065b4ea commit 4096c50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
with:
java-version: 11
openjdk_impl: openj9
- uses: testspace-com/setup-testspace@v1
with:
domain: ${{ github.repository_owner }}
- name: Apply repository caches
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -115,3 +118,7 @@ jobs:
done
echo "Done running all tests."
- name: Upload test results
if: always()
run: |
testspace sample-apps/*/build/test-results/**/*.xml

0 comments on commit 4096c50

Please sign in to comment.