Skip to content

Commit

Permalink
ci(temp): skip wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 21, 2025
1 parent efcdc57 commit 5a44902
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,37 +214,37 @@ jobs:
shell: bash
run: pnpm vectors

wagmi:
name: Wagmi
needs: [build, types]
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
typescript-version: ['5.4.5', '5.5.2']

steps:
- name: Clone repository
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Setup wagmi
uses: ./.github/actions/setup-wagmi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: pnpm add -D -w typescript@${{ matrix.typescript-version }}
working-directory: ./wagmi

- name: Check types
run: pnpm check:types
working-directory: ./wagmi

- name: Check build
run: pnpm build
working-directory: ./wagmi
# wagmi:
# name: Wagmi
# needs: [build, types]
# runs-on: ubuntu-latest
# timeout-minutes: 10
# strategy:
# matrix:
# typescript-version: ['5.4.5', '5.5.2']

# steps:
# - name: Clone repository
# uses: actions/checkout@v4
# with:
# submodules: 'recursive'

# - name: Install dependencies
# uses: ./.github/actions/install-dependencies

# - name: Setup wagmi
# uses: ./.github/actions/setup-wagmi
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - run: pnpm add -D -w typescript@${{ matrix.typescript-version }}
# working-directory: ./wagmi

# - name: Check types
# run: pnpm check:types
# working-directory: ./wagmi

# - name: Check build
# run: pnpm build
# working-directory: ./wagmi

2 changes: 1 addition & 1 deletion src/op-stack/actions/buildProveWithdrawal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ beforeAll(async () => {
})

// TODO(fault-proofs): convert to `client` & `optimismClient` when fault proofs deployed to mainnet.
test('default', async () => {
test.skip('default', async () => {
await reset(sepoliaClient, {
blockNumber: 5528129n,
jsonRpcUrl: anvilSepolia.forkUrl,
Expand Down

0 comments on commit 5a44902

Please sign in to comment.