Skip to content

Commit

Permalink
fix downstream reusable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anant Thazhemadam <[email protected]>
  • Loading branch information
thazhemadam committed Apr 19, 2024
1 parent 74d9f65 commit 5ee8d96
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ jobs:
fail-fast: false
matrix:
package:
- {repo: SciMLBase.jl, group: Downstream}
- {repo: Catalyst.jl, group: All}
- {repo: CellMLToolkit.jl, group: All}
- {repo: SBMLToolkit.jl, group: All}
- {repo: NeuralPDE.jl, group: NNPDE}
- {repo: DataDrivenDiffEq.jl, group: Downstream}
- {repo: StructuralIdentifiability.jl, group: All}
- {repo: ModelingToolkitStandardLibrary.jl}
- {repo: ModelOrderReduction.jl, group: All}
- {repo: MethodOfLines.jl, group: Interface}
- {repo: MethodOfLines.jl, group: 2D_Diffusion}
- {repo: MethodOfLines.jl, group: DAE}
- {user: ai4energy, repo: Ai4EComponentLib.jl, group: Downstream}
- {owner: SciML, repo: SciMLBase.jl, group: Downstream}
- {owner: SciML, repo: Catalyst.jl, group: All}
- {owner: SciML, repo: CellMLToolkit.jl, group: All}
- {owner: SciML, repo: DataDrivenDiffEq.jl, group: Downstream}
- {owner: SciML, repo: SBMLToolkit.jl, group: All}
- {owner: SciML, repo: StructuralIdentifiability.jl, group: All}
- {owner: SciML, repo: ModelingToolkitStandardLibrary.jl}
- {owner: SciML, repo: ModelOrderReduction.jl, group: All}
- {owner: SciML, repo: MethodOfLines.jl, group: 2D_Diffusion}
- {owner: SciML, repo: MethodOfLines.jl, group: DAE}
- {owner: SciML, repo: MethodOfLines.jl, group: Interface}
- {owner: SciML, repo: NeuralPDE.jl, group: NNPDE}
- {owner: ai4energy, repo: Ai4EComponentLib.jl, group: Downstream}
uses: "SciML/.github/.github/workflows/downstream.yml@at/reusable-ci-workflow"
with:
group: ${{ matrix.package.group }}
owner: ${{ matrix.package.owner }}
repo: ${{ matrix.package.repo }}
user: ${{ matrix.package.user }}
group: ${{ matrix.package.group }}
secrets: "inherit"

0 comments on commit 5ee8d96

Please sign in to comment.