We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c9af6 commit 6d99ae5Copy full SHA for 6d99ae5
.github/workflows/ci.yml
@@ -35,4 +35,8 @@ jobs:
35
run: gem install rake rspec
36
37
- name: Run tests
38
- run: rake clean compile_protos_ruby compile_js_client compile_node_client run_specs_in_docker
+ 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