Explorar o código

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

James Read %!s(int64=2) %!d(string=hai) anos
pai
achega
2ea6430a3b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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