Skip to content

Commit

Permalink
fix name of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Sep 13, 2024
1 parent fdc35ab commit c7ad0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-integration
path: coverage/

build:
Expand Down

0 comments on commit c7ad0d5

Please sign in to comment.