Skip to content

Commit

Permalink
Merge branch 'dev' into dvush-new-sc
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Feb 5, 2021
2 parents 27a4f34 + 9bdf914 commit 0498ea4
Show file tree
Hide file tree
Showing 324 changed files with 6,635 additions and 4,328 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: start-services
run: |
docker-compose -f docker-compose-runner.yml down
docker-compose pull
docker-compose -f docker-compose-runner.yml up --build -d geth postgres zk
ci_run sccache --start-server
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
- name: start-services
run: |
docker-compose -f docker-compose-runner.yml down
docker-compose pull
docker-compose -f docker-compose-runner.yml up --build -d geth postgres zk
ci_run sccache --start-server
Expand Down Expand Up @@ -137,6 +139,7 @@ jobs:
- name: start-services
run: |
docker-compose -f docker-compose-runner.yml down
docker-compose pull
docker-compose -f docker-compose-runner.yml up --build -d zk
ci_run sccache --start-server
Expand Down
Loading

0 comments on commit 0498ea4

Please sign in to comment.