Skip to content

Commit

Permalink
🧪 testspace (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw authored Jan 27, 2022
1 parent 55457d4 commit 97776ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
sudo rm -rf /usr/local
df -h
- uses: actions/checkout@v2
- uses: testspace-com/setup-testspace@v1
with:
domain: ros-planning
- name: Get latest release date for rosdistro
id: rosdistro_release_date
uses: JafarAbdi/latest-rosdistro-release-date-action@main
Expand Down Expand Up @@ -116,6 +119,10 @@ jobs:
name: Run industrial_ci
uses: ros-industrial/industrial_ci@master
env: ${{ matrix.env }}
- name: Push result to Testspace
if: always()
run: |
testspace "[ ${{ matrix.env.IMAGE }} ]${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml"
- name: Upload test artifacts (on failure)
uses: actions/upload-artifact@v2
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
Expand Down

0 comments on commit 97776ca

Please sign in to comment.