Skip to content

Commit

Permalink
locked mixin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Mar 8, 2024
1 parent 14adc36 commit 5f75a4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ jobs:
colcon-defaults: |
{
"build": {
"mixin": ["asan-gcc", "coverage-gcc", "coverage-pytest"]
"mixin": ["coverage-gcc", "coverage-pytest"]
},
"test": {
"mixin": ["coverage-pytest"]
}
}
# If possible, pin the repository in the workflow to a specific commit to avoid
# changes in colcon-mixin-repository from breaking your tests.
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/1ddb69bedfd1f04c2f000e95452f7c24a4d6176b/index.yaml

package-name: ${{ env.PACKAGES }}
target-ros2-distro: ${{ matrix.ros_distribution }}

Expand Down

0 comments on commit 5f75a4a

Please sign in to comment.