Skip to content
Snippets Groups Projects
Unverified Commit dfcd3b7a authored by ad-daniel's avatar ad-daniel Committed by GitHub
Browse files

Fix failing nightly test on master (#227)

* Fix failing nightly test

* minor

* Fix workflow
parent c6defae5
No related branches found
No related tags found
No related merge requests found
......@@ -237,3 +237,15 @@ jobs:
docker run --name toolkit -i opendr/opendr-toolkit:cpu_test bash
docker start toolkit
docker exec -i toolkit bash -c "source bin/activate.sh && source tests/sources/tools/control/mobile_manipulation/run_ros.sh && python -m unittest discover -s tests/sources/tools/${{ matrix.package }}"
delete-artifacts:
needs: [test-tools, build-wheel, build-docker, test-wheel, test-docker]
if: ${{ always() }}
strategy:
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v1
with:
name: build-${{ matrix.os }}
......@@ -106,3 +106,15 @@ jobs:
source tests/sources/tools/control/mobile_manipulation/run_ros.sh
python -m unittest discover -s tests/sources/tools/${{ matrix.package }}
fi
delete-artifacts:
needs: [test-tools, build-wheel, build-docker, test-wheel, test-docker]
if: ${{ always() }}
strategy:
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v1
with:
name: build-${{ matrix.os }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment