Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebd99 authored Nov 14, 2024
1 parent 4644252 commit 9629827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,7 @@ jobs:
path: 'Galley'
- name: Run Galley tests
run: |
pwd
ls
cd Galley
julia --project=test/ -e 'import Pkg; Pkg.develop(path="${GITHUB_WORKSPACE}"); include("test/runtests.jl")'
julia --project=test/ -e 'import Pkg; Pkg.develop(path=""); include("test/runtests.jl")'

0 comments on commit 9629827

Please sign in to comment.