Skip to content

Commit

Permalink
Remove jest-*.json
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jan 29, 2025
1 parent 67a8f0a commit f7b0bf8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
run: |
ls -laR .
mv jest.json jest-unit.json
mv lcov.info lcov-unit.info
mv result.trx result-unit.trx
working-directory: ./coverage
Expand All @@ -159,7 +158,6 @@ jobs:
with:
name: test-result-unit
path: |
./coverage/jest-*.json
./coverage/lcov-*.info
./coverage/result-*.trx
Expand Down Expand Up @@ -264,7 +262,6 @@ jobs:
run: |
ls -laR .
mv jest.json jest-${{ matrix.shard-index }}.json
mv lcov.info lcov-${{ matrix.shard-index }}.info
mv result.trx result-${{ matrix.shard-index }}.trx
working-directory: ./coverage
Expand All @@ -275,7 +272,6 @@ jobs:
with:
name: test-result-html-${{ matrix.shard-index }}
path: |
./coverage/jest-*.json
./coverage/lcov-*.info
./coverage/result-*.trx
Expand Down

0 comments on commit f7b0bf8

Please sign in to comment.