JuliaCI / julia-buildkite-plugin

Buildkite plugin to install Julia for use in a pipeline.
4 stars 5 forks source link

Clone registry using Git #1

Closed maleadt closed 3 years ago

maleadt commented 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.

maleadt commented 3 years ago

https://github.com/JuliaCI/julia-buildkite-plugin/commit/af60f27f49c91bd2b3e2ea75abea44bb9fb5ae03