Pass cache-name between save/restore jobs (#103)

* Pass cache-name between save/restore

* Use save job name in cache-name

* Re-order test jobs

* Fix typo in registry warning
This commit is contained in:
Curtis Vogt
2024-01-16 09:40:31 -06:00
committed by GitHub
parent b84ca24db8
commit 4491ed7a86
2 changed files with 59 additions and 46 deletions

View File

@@ -81,7 +81,7 @@ runs:
if [ ! -d "${registries_path/#\~/$HOME}" ]; then
cache_paths+=("$registries_path")
else
echo "::warning::Julia depot registries already exist. Skipping restoring of cached registries to avoid potential merge conflicts when updating. Please ensure that \`julia-actions/cache\` preceeds any workflow steps which add registries."
echo "::warning::Julia depot registries already exist. Skipping restoring of cached registries to avoid potential merge conflicts when updating. Please ensure that \`julia-actions/cache\` precedes any workflow steps which add registries."
fi
fi
compiled_path="${depot}/compiled"