Skip to content

Commit

Permalink
Exclude node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent 1aac6a8 commit 2c413e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ github.sha }}-${{ matrix.os }}
path: packages/**/*.node
path: |
packages/**/*.node
!packages/**/node_modules
retention-days: 1
download-artifacts:
needs: build-artifacts
Expand Down

0 comments on commit 2c413e9

Please sign in to comment.