File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
run : pnpm run generate
81
81
82
82
- 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 }}
84
84
env :
85
85
DATABASE_URL : postgresql://postgres:postgres@localhost:5432/postgres
86
86
DIRECT_URL : postgresql://postgres:postgres@localhost:5432/postgres
@@ -89,10 +89,10 @@ jobs:
89
89
ENCRYPTION_KEY : " secret"
90
90
91
91
- 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 }}
93
93
94
94
- 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 }}
96
96
97
97
- name : Upload blob report to GitHub Actions Artifacts
98
98
if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments