Skip to content

Commit

Permalink
Merge pull request #2281 from SciML/hr/downstream_PositiveIntegrators
Browse files Browse the repository at this point in the history
add PositiveIntegrators.jl to downstream tests
  • Loading branch information
ChrisRackauckas authored Jul 13, 2024
2 parents 1030a02 + 9c14aa4 commit 6ece080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- {user: SciML, repo: ModelingToolkit.jl, group: All}
- {user: SciML, repo: DiffEqDevTools.jl, group: Core}
- {user: nathanaelbosch, repo: ProbNumDiffEq.jl, group: Downstream}
- {user: SKopecz, repo: PositiveIntegrators.jl, group: Downstream}

steps:
- uses: actions/checkout@v4
Expand All @@ -59,7 +60,7 @@ jobs:
err isa Pkg.Resolve.ResolverError || rethrow()
# If we can't resolve that means this is incompatible by SemVer and this is fine
# It means we marked this as a breaking change, so we don't need to worry about
# Mistakenly introducing a breaking change, as we have intentionally made one
# mistakenly introducing a breaking change, as we have intentionally made one
@info "Not compatible with this release. No problem." exception=err
exit(0) # Exit immediately, as a success
end
Expand Down

0 comments on commit 6ece080

Please sign in to comment.