Skip to content

Commit

Permalink
Print debug info on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed May 28, 2020
1 parent 1b8c90a commit 3e348a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
run: ci-integration-simple-fullexit.sh

- name: data-restore
run: zksync data-restore check-existing
run: |
ps -aux | grep zksync
killall zksync
zksync data-restore check-existing
- name: integration-testkit
run: zksync integration-testkit
Expand Down

0 comments on commit 3e348a1

Please sign in to comment.