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

This commit is contained in:
James Read 2023-10-05 00:50:58 +01:00 committed by GitHub
parent ac5f997f85
commit 2ea6430a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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