Skip to content

Commit

Permalink
Restore steps order
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jan 13, 2021
1 parent c963553 commit bc97c43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
- name: lints
run: ci_run sh infrastructure/ci-scripts/lints.sh

- name: run-services
run: ci_run sh infrastructure/ci-scripts/run_services.sh

- name: integration-tests
run: ci_run zk test integration all

- name: integration-testkit
run: ci_run zk test integration testkit

- name: contracts-unit-tests
run: ci_run zk test contracts

Expand All @@ -55,14 +64,5 @@ jobs:
- name: rust-unit-tests
run: ci_run zk test rust

- name: run-services
run: ci_run sh infrastructure/ci-scripts/run_services.sh

- name: integration-tests
run: ci_run zk test integration all

- name: integration-testkit
run: ci_run zk test integration testkit

- name: cache
run: ci_run sh infrastructure/ci-scripts/cache.sh

0 comments on commit bc97c43

Please sign in to comment.