File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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() }}
You can’t perform that action at this time.
0 commit comments