Skip to content

Commit

Permalink
Split workflow into more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jan 13, 2021
1 parent d985166 commit 5c5dd89
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,18 @@ jobs:
- 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-server
run: ci_run zk test i server

- name: integration-api
run: ci_run zk test i api

- name: integration-zcli
run: ci_run zk test i zcli

- name: integration-rust-sdk
run: ci_run zk test i rust-sdk

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

Expand Down

0 comments on commit 5c5dd89

Please sign in to comment.