Skip to content

Commit 5111ac5

Browse files
trying to fix again some errors int he workflow files
1 parent a53b4ce commit 5111ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-x64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
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
4141
4242
- name: Speed tests using Gazebo headless
43-
uses: actions/checkout@v4
43+
- uses: actions/checkout@v4
4444
working-directory: ./PiCar-X
4545
run: |
4646
i2c=/dev/i2c-0 docker compose -f docker-compose-dtp-inttest.yml up -d
4747
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"
4848
4949
- name: Remove running containers after tests
50-
uses: actions/checkout@v4
50+
- uses: actions/checkout@v4
5151
if: success() || failure()
5252
working-directory: ./PiCar-X
5353
run: |

0 commit comments

Comments
 (0)