Closed maleadt closed 3 years ago
https://github.com/julia-actions/julia-runtest/blob/6513b45da508e097dcc44a39d4a8b43f75132b37/action.yml#L23-L40
Doing it here makes sense, so that the julia-test plugin can just use regular Pkg operations. EDIT: OTOH, that might cause another update when doing the actual test/coverage/... Maybe it makes sense to prevent updating the registry there.
https://github.com/JuliaCI/julia-buildkite-plugin/commit/af60f27f49c91bd2b3e2ea75abea44bb9fb5ae03
https://github.com/julia-actions/julia-runtest/blob/6513b45da508e097dcc44a39d4a8b43f75132b37/action.yml#L23-L40
Doing it here makes sense, so that the julia-test plugin can just use regular Pkg operations. EDIT: OTOH, that might cause another update when doing the actual test/coverage/... Maybe it makes sense to prevent updating the registry there.