File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,27 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- pkgname : [OptimalControlProblems]
15- pkgversion : [latest, stable]
14+ pkgname :
15+ - OptimalControlProblems
16+ - CalculusOfVariations
17+ - LossControl
18+ - GeometricPreconditioner
19+ - MedicalResonanceImaging
20+ - Kepler
21+ - PWLdynamics
22+ pkgversion :
23+ - latest
24+ - stable
1625 include :
26+ - pkgbreak : doc
27+ - pkgbreak : test
28+ pkgname : OptimalControlProblems
1729 - pkgpath : control-toolbox
30+ - pkgpath : agustinyabo
31+ pkgname : PWLdynamics
1832 uses : control-toolbox/CTActions/.github/workflows/breakage.yml@main
1933 with :
2034 pkgname : ${{ matrix.pkgname }}
2135 pkgpath : ${{ matrix.pkgpath }}
2236 pkgversion : ${{ matrix.pkgversion }}
37+ pkgbreak : ${{ matrix.pkgbreak }}
You can’t perform that action at this time.
0 commit comments