diff --git a/Justfile b/Justfile index 36a08a48..6e4ba3cc 100644 --- a/Justfile +++ b/Justfile @@ -38,7 +38,7 @@ all-release: build-release test-release alias itest := integration_tests @integration_tests: - ./tests/vhs-runner.sh + VHS_PUBLISH=false ./tests/vhs-runner.sh #------------------------# # running extended tests #