1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix name of artifacts

This commit is contained in:
paulo-ocean 2024-09-13 09:48:38 +01:00
parent fdc35ab800
commit c7ad0d5592

View File

@ -73,7 +73,7 @@ jobs:
- run: npm run test:unit:cover
- uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-unit
path: coverage/
test_integration:
@ -145,7 +145,7 @@ jobs:
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-integration
path: coverage/
build: