Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mihanix committed Nov 15, 2023
1 parent 33c63fc commit e9c98a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_mumbai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
env:
CHAIN_ID: "80001"

jobs:
deploy-mumbai:
Expand All @@ -29,7 +31,7 @@ jobs:
${{ runner.os }}-yarn-
- name: build node modules
uses: yarn install --non-interactive
run: yarn install --non-interactive

- name: install foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -43,7 +45,6 @@ jobs:
run: forge test

- name: deploy contracts to mumbai
uses: foundry-rs-foundry-toolchain@v1
run: |
forge build
forge test
Expand Down

0 comments on commit e9c98a3

Please sign in to comment.