Skip to content

Commit

Permalink
cd(contracts): use foundry-zksync main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Aug 22, 2024
1 parent 509104d commit c532770
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,6 @@ jobs:
- name: 🧪 Test
run: yarn lib test

# Temporarily disabled as both era_test_node@latest and era-test-node-action.releaseTag are broken
# Manually test on [email protected]

# contracts:
# runs-on: ubuntu-latest

# steps:
# - name: 🚧 Checkout
# uses: actions/checkout@v4
# with:
# fetch-depth: 2

# - name: 🚧 Setup Node
# uses: actions/setup-node@v4
# with:
# cache: 'yarn'
# node-version-file: '.nvmrc'

# - name: 🚧 Start zkSync local testnet node
# uses: dutterbutter/era-test-node-action@latest

# - name: 📦 Install
# run: yarn

# - name: 🧪 Test
# run: yarn contracts test

contracts-foundry:
runs-on: ubuntu-latest

Expand All @@ -63,7 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: matter-labs/foundry-zksync
ref: 'dev'
ref: 'main'
path: 'foundry-zksync'

- name: 🚧 Add foundry-zksync to PATH
Expand Down

0 comments on commit c532770

Please sign in to comment.