Skip to content

Commit bbcd874

Browse files
authored
Update Breakage.yml
1 parent a7bd098 commit bbcd874

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/Breakage.yml

+17-2
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)