Skip to content

Commit a097b5f

Browse files
fix: run latest server version, multiple chains
1 parent 41b9222 commit a097b5f

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

.github/workflows/ci-scheduled-e2e.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ jobs:
3838
- name: Run ZKsync OS (L1-L2)
3939
uses: dutterbutter/zksync-server-action@1e0262a81dbbadbb535c6acc13cb23e9f2495812
4040
with:
41-
version: v0.15.1
41+
version: v0.18.1
4242
protocol_version: v31.0
43+
setup: multi_chain
44+
l2_ports: |
45+
506: 3052
46+
6565: 3050
47+
6566: 3051
4348
4449
- name: Compile test contracts
4550
id: compile_contracts

.github/workflows/ci-test.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,13 @@ jobs:
6666
- name: Run ZKsync OS (L1-L2)
6767
uses: dutterbutter/zksync-server-action@1e0262a81dbbadbb535c6acc13cb23e9f2495812
6868
with:
69-
version: v0.15.1
69+
version: v0.18.1
7070
protocol_version: v31.0
71+
setup: multi_chain
72+
l2_ports: |
73+
506: 3052
74+
6565: 3050
75+
6566: 3051
7176
7277
- name: Compile test contracts
7378
working-directory: tests/contracts
@@ -195,8 +200,13 @@ jobs:
195200
- name: Run ZKsync OS (L1-L2)
196201
uses: dutterbutter/zksync-server-action@1e0262a81dbbadbb535c6acc13cb23e9f2495812
197202
with:
198-
version: v0.15.1
203+
version: v0.18.1
199204
protocol_version: v31.0
205+
setup: multi_chain
206+
l2_ports: |
207+
506: 3052
208+
6565: 3050
209+
6566: 3051
200210
201211
- name: Setup Bun
202212
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2

0 commit comments

Comments
 (0)