Skip to content

Commit 6ece080

Browse files
Merge pull request SciML#2281 from SciML/hr/downstream_PositiveIntegrators
add PositiveIntegrators.jl to downstream tests
2 parents 1030a02 + 9c14aa4 commit 6ece080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- {user: SciML, repo: ModelingToolkit.jl, group: All}
3434
- {user: SciML, repo: DiffEqDevTools.jl, group: Core}
3535
- {user: nathanaelbosch, repo: ProbNumDiffEq.jl, group: Downstream}
36+
- {user: SKopecz, repo: PositiveIntegrators.jl, group: Downstream}
3637

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

0 commit comments

Comments
 (0)