Skip to content

rm inputs.txt

rm inputs.txt #100

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-22.04
container: ryuichiueda/ubuntu22.04-ros2:latest
strategy:
matrix:
python-version: ["3.7","3.8","3.9","3.10"]
steps:
- uses: actions/checkout@v2
- name: build and test
run: |
rsync -av ./ /root/ros2_ws/src/mypkg/
cd /root/ros2_ws
rosdep update
bash -xv ./src/mypkg/test/test.bash /root