Skip to content

Commit

Permalink
just let the job clean up process get rid of the node_modules dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 25, 2024
1 parent 0393786 commit c9f699a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c9f699a

Please sign in to comment.