Skip to content

Commit

Permalink
ci: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 23, 2024
1 parent 229339b commit f9d206c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
- name: Run tests
uses: nick-fields/retry@v2
with:
command: CI=true pnpm test:cov --shard=${{ matrix.shard }}/${{ matrix.total-shards }} --retry=3 --bail=1
command: CI=true pnpm test:cov connectors --shard=${{ matrix.shard }}/${{ matrix.total-shards }} --retry=3 --bail=1
max_attempts: 3
timeout_minutes: 8
timeout_minutes: 5
env:
VITE_MAINNET_FORK_BLOCK_NUMBER: ${{ vars.VITE_MAINNET_FORK_BLOCK_NUMBER }}
VITE_MAINNET_FORK_URL: ${{ secrets.VITE_MAINNET_FORK_URL }}
Expand Down
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default defineConfig({
'packages/core/src/connectors/injected.ts',
],
},
globalSetup: ['./packages/test/src/globalSetup.ts'],
setupFiles: ['./packages/test/src/setup.ts'],
// globalSetup: ['./packages/test/src/globalSetup.ts'],
// setupFiles: ['./packages/test/src/setup.ts'],
watchExclude: ['**/templates/**'],
},
})

0 comments on commit f9d206c

Please sign in to comment.