Przeglądaj źródła

build(vhs): disable vhs publish ad

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 lat temu
rodzic
commit
7b59011ec7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Justfile

+ 1 - 1
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 #