Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit c532770

Browse files
committed
cd(contracts): use foundry-zksync main branch
1 parent 509104d commit c532770

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

.github/workflows/tests.yaml

+1-28
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,6 @@ jobs:
1919
- name: 🧪 Test
2020
run: yarn lib test
2121

22-
# Temporarily disabled as both era_test_node@latest and era-test-node-action.releaseTag are broken
23-
# Manually test on era_test_node@v0.1.0-alpha.18
24-
25-
# contracts:
26-
# runs-on: ubuntu-latest
27-
28-
# steps:
29-
# - name: 🚧 Checkout
30-
# uses: actions/checkout@v4
31-
# with:
32-
# fetch-depth: 2
33-
34-
# - name: 🚧 Setup Node
35-
# uses: actions/setup-node@v4
36-
# with:
37-
# cache: 'yarn'
38-
# node-version-file: '.nvmrc'
39-
40-
# - name: 🚧 Start zkSync local testnet node
41-
# uses: dutterbutter/era-test-node-action@latest
42-
43-
# - name: 📦 Install
44-
# run: yarn
45-
46-
# - name: 🧪 Test
47-
# run: yarn contracts test
48-
4922
contracts-foundry:
5023
runs-on: ubuntu-latest
5124

@@ -63,7 +36,7 @@ jobs:
6336
uses: actions/checkout@v4
6437
with:
6538
repository: matter-labs/foundry-zksync
66-
ref: 'dev'
39+
ref: 'main'
6740
path: 'foundry-zksync'
6841

6942
- name: 🚧 Add foundry-zksync to PATH

0 commit comments

Comments
 (0)