Skip to content

Commit 6341c8e

Browse files
authored
fix
1 parent a67a05c commit 6341c8e

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
@@ -49,11 +49,12 @@ jobs:
4949
with:
5050
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
5151
path: downstream
52-
name: Load this and run the downstream tests
52+
- name: Load this and run the downstream tests
5353
shell: julia --color=yes --project=downstream {0}
5454
run: |
5555
using Pkg
5656
try
57+
Pkg.develop(map(path ->Pkg.PackageSpec.(;path="lib/$(path)"), readdir("./lib")));
5758
Pkg.test(coverage=true) # resolver may fail with test time depsAdd commentMore actions
5859
catch err
5960
err isa Pkg.Resolve.ResolverError || rethrow()

0 commit comments

Comments
 (0)