Skip to content

Commit c33b9e7

Browse files
committed
additionally use default reporter
1 parent 72046eb commit c33b9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: pnpm run generate
8181

8282
- name: 🧪 Run Webapp Unit Tests
83-
run: pnpm run test:webapp --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
83+
run: pnpm run test:webapp --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
8484
env:
8585
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
8686
DIRECT_URL: postgresql://postgres:postgres@localhost:5432/postgres
@@ -89,10 +89,10 @@ jobs:
8989
ENCRYPTION_KEY: "secret"
9090

9191
- name: 🧪 Run Package Unit Tests
92-
run: pnpm run test:packages --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
92+
run: pnpm run test:packages --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
9393

9494
- name: 🧪 Run Internal Unit Tests
95-
run: pnpm run test:internal --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
95+
run: pnpm run test:internal --reporter=default --reporter=blob --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
9696

9797
- name: Upload blob report to GitHub Actions Artifacts
9898
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)