File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
docker run --rm --name dcmotor-integration-test -v /sys/class/gpio:/sys/class/gpio -v /dev/i2c-0:/dev/i2c-0 --privileged abarbie/picarx-dcmotor-driver:latest rostest picarx_dcmotor_driver integration_tests.test i2c_port:=/dev/i2c-0
41
41
42
42
- name : Speed tests using Gazebo headless
43
- - uses : actions/checkout@v4
43
+ uses : actions/checkout@v4
44
44
working-directory : ./PiCar-X
45
45
run : |
46
46
i2c=/dev/i2c-0 docker compose -f docker-compose-dtp-inttest.yml up -d
47
- docker exec -it picar-x-picarx-gazebo-control-1 /bin/bash -c "source ./install/setup.bash && python3 ./src/simulation/picarx_control/tests/steering_integration_test.py"
47
+ docker exec picar-x-picarx-gazebo-control-1 /bin/bash -c "source ./install/setup.bash && python3 ./src/simulation/picarx_control/tests/steering_integration_test.py"
48
48
49
49
- name : Remove running containers after tests
50
- - uses : actions/checkout@v4
50
+ uses : actions/checkout@v4
51
51
if : success() || failure()
52
52
working-directory : ./PiCar-X
53
53
run : |
You can’t perform that action at this time.
0 commit comments