We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfaddc commit 342ef48Copy full SHA for 342ef48
.github/workflows/main.yml
@@ -40,4 +40,4 @@ jobs:
40
- name: elasticsearch
41
run: cd elasticsearch && bundle exec rake test:all
42
- name: elasticsearch-api
43
- run: cd elasticsearch-api && rake download_artifacts[8.11.0-SNAPSHOT] && bundle exec rake test:spec test:platinum:unit
+ run: rake elasticsearch:download_artifacts[8.11.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
0 commit comments