Skip to content

Commit 1358b1b

Browse files
committed
ci: tmp disable wagmi
1 parent b3690ab commit 1358b1b

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

.github/workflows/verify.yml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -251,44 +251,44 @@ jobs:
251251
shell: bash
252252
run: pnpm vectors
253253

254-
wagmi:
255-
name: Wagmi
256-
permissions:
257-
contents: read
258-
runs-on: ubuntu-latest
259-
timeout-minutes: 10
260-
strategy:
261-
matrix:
262-
typescript-version: ['5.7.2', '5.8.3', '5.9.3', 'latest']
263-
264-
steps:
265-
- name: Clone repository
266-
uses: actions/checkout@v4
267-
with:
268-
submodules: 'recursive'
269-
270-
- name: Install dependencies
271-
uses: ./.github/actions/install-dependencies
272-
273-
- name: Set TypeScript version
274-
run: |
275-
pnpm install -D -w typescript@${{ matrix.typescript-version }}
276-
node -e "import fs from 'fs'; const p = JSON.parse(fs.readFileSync('./package.json', 'utf8')); p.pnpm = p.pnpm || {}; p.pnpm.overrides = p.pnpm.overrides || {}; p.pnpm.overrides.typescript = '${{ matrix.typescript-version }}'; fs.writeFileSync('package.json', JSON.stringify(p, null, 2));"
277-
pnpm install --no-frozen-lockfile
278-
279-
- name: Setup wagmi
280-
uses: ./.github/actions/setup-wagmi
281-
env:
282-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
283-
284-
- name: Check types
285-
run: pnpm check:types
286-
working-directory: ./wagmi
287-
288-
- name: Bench types
289-
run: pnpm bench:types
290-
working-directory: ./wagmi
291-
292-
- name: Check build
293-
run: pnpm build
294-
working-directory: ./wagmi
254+
# wagmi:
255+
# name: Wagmi
256+
# permissions:
257+
# contents: read
258+
# runs-on: ubuntu-latest
259+
# timeout-minutes: 10
260+
# strategy:
261+
# matrix:
262+
# typescript-version: ['5.7.2', '5.8.3', '5.9.3', 'latest']
263+
264+
# steps:
265+
# - name: Clone repository
266+
# uses: actions/checkout@v4
267+
# with:
268+
# submodules: 'recursive'
269+
270+
# - name: Install dependencies
271+
# uses: ./.github/actions/install-dependencies
272+
273+
# - name: Set TypeScript version
274+
# run: |
275+
# pnpm install -D -w typescript@${{ matrix.typescript-version }}
276+
# node -e "import fs from 'fs'; const p = JSON.parse(fs.readFileSync('./package.json', 'utf8')); p.pnpm = p.pnpm || {}; p.pnpm.overrides = p.pnpm.overrides || {}; p.pnpm.overrides.typescript = '${{ matrix.typescript-version }}'; fs.writeFileSync('package.json', JSON.stringify(p, null, 2));"
277+
# pnpm install --no-frozen-lockfile
278+
279+
# - name: Setup wagmi
280+
# uses: ./.github/actions/setup-wagmi
281+
# env:
282+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
283+
284+
# - name: Check types
285+
# run: pnpm check:types
286+
# working-directory: ./wagmi
287+
288+
# - name: Bench types
289+
# run: pnpm bench:types
290+
# working-directory: ./wagmi
291+
292+
# - name: Check build
293+
# run: pnpm build
294+
# working-directory: ./wagmi

0 commit comments

Comments
 (0)