Skip to content

Commit 6d99ae5

Browse files
committed
Separate on lines
1 parent a4c9af6 commit 6d99ae5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ jobs:
3535
run: gem install rake rspec
3636

3737
- name: Run tests
38-
run: rake clean compile_protos_ruby compile_js_client compile_node_client run_specs_in_docker
38+
run: |
39+
rake compile_protos_ruby
40+
rake compile_js_client
41+
rake compile_node_client
42+
rake run_specs_in_docker

0 commit comments

Comments
 (0)