From 62348f72d0cae5db7b9dcac234e2f129eec987e0 Mon Sep 17 00:00:00 2001 From: cbiering Date: Tue, 21 Jan 2025 14:56:23 +0100 Subject: [PATCH] fix --- .github/workflows/integration-test.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index cab28e5..dcc077e 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -16,13 +16,13 @@ jobs: fail-fast: false max-parallel: 1 matrix: - example_file: - - "01_basic.py" - - "02_plan_and_execute.py" - - "03_move_and_set_ios.py" - - "04_move_multiple_robots.py" - - "05_selection_motion_group_activation.py" - - "06_api_usage.py" + example_file: + - "01_basic.py" + - "02_plan_and_execute.py" + - "03_move_and_set_ios.py" + - "04_move_multiple_robots.py" + - "05_selection_motion_group_activation.py" + - "06_api_usage.py" steps: - name: Check out repository