We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd09aa commit bd0b244Copy full SHA for bd0b244
1 file changed
tests/lake/tests/ltar/test.sh
@@ -62,6 +62,8 @@ test_run cache add .lake/outputs.jsonl --keep-local
62
LAKE_ARTIFACT_CACHE=true test_not_out "leantar" build +Test --no-build -v
63
test_run cache add .lake/outputs.jsonl
64
LAKE_ARTIFACT_CACHE=true test_out "leantar" build +Test --no-build -v
65
+# Unpack should have overwritten the cached input with the module outputs
66
+LAKE_ARTIFACT_CACHE=true test_not_out "leantar" build +Test --no-build -v
67
68
# Test producing an `ltar` without already restored artifacts
69
rm -rf .lake/cache .lake/build
0 commit comments