Skip to content

Commit ce4af04

Browse files
Simplify e2e-tests CI by using the consolidated script (#1423)
* use the consolidated script for e2e-tests * minor nit
1 parent c038dd2 commit ce4af04

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,9 @@ jobs:
236236
- name: Launch devnet
237237
run: |
238238
cd matic-cli/devnet
239-
bash docker-ganache-start.sh
240-
bash docker-heimdall-start-all.sh
241-
bash docker-bor-setup.sh
242-
bash docker-bor-start-all.sh
239+
bash ../docker_devnet.sh
243240
cd -
244241
timeout 2m bash bor/integration-tests/bor_health.sh
245-
cd -
246-
bash ganache-deployment-bor.sh
247-
bash ganache-deployment-sync.sh
248242
249243
- name: Run smoke tests
250244
run: |

0 commit comments

Comments
 (0)