From 2ea6430a3b6400fecc741f7bbca6125cb2c3f1c5 Mon Sep 17 00:00:00 2001 From: James Read Date: Thu, 5 Oct 2023 00:50:58 +0100 Subject: [PATCH] cicd: Remote node_modules from integration tests upload (#167) --- .github/workflows/build-snapshot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 522a84df..f2fdcf17 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.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