Skip to content

Commit

Permalink
ci: fix missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Mar 13, 2023
1 parent bb71ad0 commit 65ddf50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
uses: ./.github/actions/setup
- name: Build
run: pnpm test:typecheck
env:
VITE_ANVIL_BLOCK_NUMBER: ${{ vars.VITE_ANVIL_BLOCK_NUMBER }}

bench:
name: Benchmark
Expand Down

2 comments on commit 65ddf50

@vercel
Copy link

@vercel vercel bot commented on 65ddf50 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 65ddf50 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/browser

viem-playground-wagmi-dev.vercel.app
viem-playground.vercel.app
viem-playground-git-main-wagmi-dev.vercel.app

Please sign in to comment.