Skip to content

Commit

Permalink
quote me on this again
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Sep 28, 2021
1 parent 9318790 commit 85c46b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "${PWD}/bin" >> $GITHUB_PATH
julia --project -e 'using Pkg; Pkg.instantiate()'
julia --project -e 'using jlpkg; jlpkg.install(; command = \"jlpkg-ci\", destdir = joinpath(pwd(), \"bin\"))'
julia --project -e "using jlpkg; jlpkg.install(; command = \"jlpkg-ci\", destdir = joinpath(pwd(), \"bin\"))"
- name: "Run tests (Unix)"
run: jlpkg-ci --project test --coverage
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
Expand Down

0 comments on commit 85c46b9

Please sign in to comment.