Skip to content

Commit

Permalink
Merge branch 'dev' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Feb 3, 2021
2 parents e5d4132 + 9bdf914 commit 1cda8c7
Show file tree
Hide file tree
Showing 336 changed files with 6,820 additions and 4,075 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 1cda8c7

Please sign in to comment.