浏览代码

Github CI workflow

Nicolas Meienberger 3 年之前
父节点
当前提交
d9ab676671
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -1,6 +1,9 @@
 name: Tipi CI
 on:
   push:
+
+env:
+  ROOT_FOLDER: /test    
     
 jobs:
   cache-and-install: