Skip to content

Commit

Permalink
Update run-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas authored Mar 8, 2024
1 parent c759661 commit 45e2053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
"mixin": ["coverage-pytest"]
}
}
package-name: ${{ PACKAGES }}
package-name: ${{ env.PACKAGES }}
target-ros1-distro: ${{ matrix.ros_distribution }}
- name: build and test ROS 2
if: ${{ matrix.ros_version == 2 }}
Expand All @@ -88,7 +88,7 @@ jobs:
"mixin": ["coverage-pytest"]
}
}
package-name: ${{ PACKAGES }}
package-name: ${{ env.PACKAGES }}
target-ros2-distro: ${{ matrix.ros_distribution }}
- uses: codecov/codecov-action@v1.2.1
with:
Expand Down

0 comments on commit 45e2053

Please sign in to comment.