We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0035c07 commit 16eb770Copy full SHA for 16eb770
.circleci/config.yml
@@ -212,11 +212,6 @@ jobs:
212
213
## WORKFLOWS ##
214
215
-matrix: &matrix
216
- matrix:
217
- parameters:
218
- os: [ debian, linux, macos, "win/default" ]
219
-
220
workflows:
221
postject:
222
jobs:
@@ -225,8 +220,16 @@ workflows:
225
parameters:
226
os: [ linux, macos, "win/default" ]
227
- build:
228
- <<: *matrix
223
+ matrix:
224
+ parameters:
+ os: [ linux, macos, "win/default" ]
229
- test:
230
+ os: [ macos, "win/default" ]
231
requires: [ build-<< matrix.os >> ]
232
+ - test-linux:
233
234
+ os: [ alpine, debian ]
235
+ requires: [ build-linux ]
0 commit comments