Skip to content

Commit 236b915

Browse files
authored
Set environment variable GROUP in downstream tests
1 parent 63472a8 commit 236b915

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/Downstream.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ jobs:
99
test:
1010
name: ${{ matrix.package.repo }}
1111
runs-on: ${{ matrix.os }}
12+
env:
13+
GROUP: ${{ matrix.package.group }}
1214
strategy:
1315
fail-fast: false
1416
matrix:
1517
julia-version: [1]
1618
os: [ubuntu-latest]
1719
package:
18-
- {user: SciML, repo: DelayDiffEq.jl}
19-
- {user: SciML, repo: DiffEqBase.jl}
20-
- {user: SciML, repo: DiffEqFlux.jl}
21-
- {user: SciML, repo: OrdinaryDiffEq.jl}
22-
- {user: SciML, repo: StochasticDiffEq.jl}
23-
- {user: SciML, repo: Sundials.jl}
20+
- {user: SciML, repo: DelayDiffEq.jl, group: All}
21+
- {user: SciML, repo: DiffEqBase.jl, group: All}
22+
- {user: SciML, repo: DiffEqFlux.jl, group: All}
23+
- {user: SciML, repo: OrdinaryDiffEq.jl, group: All}
24+
- {user: SciML, repo: StochasticDiffEq.jl, group: All}
25+
- {user: SciML, repo: Sundials.jl, group: All}
2426

2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)