Skip to content

Commit

Permalink
ci(front): only upload coverage.json to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
prastoin committed Jan 8, 2025
1 parent 1815466 commit 5253541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-artifacts-${{ matrix.storybook_scope }}-${{ github.run_id }}
path: packages/twenty-front/coverage/storybook
path: packages/twenty-front/coverage/storybook/coverage-shard-${{matrix.shard}}.json
merge-reports:
timeout-minutes: 30
runs-on: shipfox-8vcpu-ubuntu-2204
Expand Down

0 comments on commit 5253541

Please sign in to comment.