Skip to content

Commit 5d7313a

Browse files
committed
Show what is outdated and why
1 parent 16f9965 commit 5d7313a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
# force it to use this PR's version of the package
7272
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
7373
Pkg.update()
74+
Pkg.status(; mode=PKGMODE_MANIFEST, outdated=true)
7475
Pkg.test(coverage=true) # resolver may fail with test time deps
7576
catch err
7677
err isa Pkg.Resolve.ResolverError || rethrow()

0 commit comments

Comments
 (0)