瀏覽代碼

build(vhs): disable vhs publish ad

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 年之前
父節點
當前提交
7b59011ec7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 #