cicd: Remote node_modules from integration tests upload (#167)
This commit is contained in:
parent
ac5f997f85
commit
2ea6430a3b
|
|
@ -74,4 +74,6 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3.1.0
|
||||||
with:
|
with:
|
||||||
name: integration-tests
|
name: integration-tests
|
||||||
path: integration-tests
|
path: |
|
||||||
|
integration-tests
|
||||||
|
!integration-tests/node_modules
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue