Prechádzať zdrojové kódy

build(vhs): disable vhs publish ad

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 rokov pred
rodič
commit
7b59011ec7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 #