diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab6f7a2..cc5d5ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: - name: Test skipping registry cloning of duplicate repos if: ${{ matrix.version != '1.0' && matrix.pkg-server == 'pkg.julialang.org' }} run: | + ls -la $HOME/.julia/registries ! test -d $HOME/.julia/registries/General - uses: julia-actions/julia-runtest@v1