Skip to content

Commit 63a9e01

Browse files
committed
forgot the shell
1 parent ae9a96a commit 63a9e01

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
@@ -55,6 +55,7 @@ jobs:
5555
dev_pks = Pkg.PackageSpec[]
5656
Pkg.develop(map(path -> Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib")));
5757
Pkg.instantiate()
58+
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=. {0}
5859
- name: Clone Downstream
5960
uses: actions/checkout@v4
6061
with:

0 commit comments

Comments
 (0)