From c9f699aaaa49a0e9f449cabc851af06b8a57dbee Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Fri, 25 Oct 2024 09:52:25 -0600 Subject: [PATCH] just let the job clean up process get rid of the node_modules dir --- .github/workflows/release_parallel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release_parallel.yml b/.github/workflows/release_parallel.yml index 4aa6f35ee1..fc026b8a59 100644 --- a/.github/workflows/release_parallel.yml +++ b/.github/workflows/release_parallel.yml @@ -122,7 +122,6 @@ jobs: cd ${{ matrix.test.path }} sed -E -i "s/(\"azle\": \")(.*)(\")/\1${{ needs.prepare-release.outputs.release-version }}\3/" package.json npm install - rm -rf node_modules - name: Run npm test (continue on error) working-directory: ${{ matrix.test.path }}