Skip to content

Commit 9778fa4

Browse files
Sequential executor to fix flaky coverage builds (#340)
1 parent a54b54f commit 9778fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-build-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
"mixin": ["coverage-gcc", "coverage-pytest"]
9898
},
9999
"test": {
100-
"mixin": ["coverage-pytest"]
100+
"mixin": ["coverage-pytest"],
101+
"executor": "sequential"
101102
}
102103
}
103104
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml

0 commit comments

Comments
 (0)