瀏覽代碼

cicd: Remote node_modules from integration tests upload (#167)

James Read 2 年之前
父節點
當前提交
2ea6430a3b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/build-snapshot.yml

+ 3 - 1
.github/workflows/build-snapshot.yml

@@ -74,4 +74,6 @@ jobs:
         uses: actions/upload-artifact@v3.1.0
         with:
           name: integration-tests
-          path: integration-tests
+          path: |
+            integration-tests
+            !integration-tests/node_modules