Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiering committed Jan 21, 2025
1 parent ca25099 commit 62348f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62348f7

Please sign in to comment.