We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b27bd commit 3b1ce2eCopy full SHA for 3b1ce2e
.github/workflows/9.3.yml
@@ -7,7 +7,7 @@ on:
7
branches:
8
- 9.3
9
jobs:
10
- test-main:
+ test:
11
env:
12
TEST_ES_SERVER: http://localhost:9250
13
PORT: 9250
@@ -41,4 +41,4 @@ jobs:
41
- name: elasticsearch
42
run: cd elasticsearch && bundle exec rake test:all
43
- name: elasticsearch-api
44
- run: rake es:download_artifacts[main] && cd elasticsearch-api && bundle exec rake test:all
+ run: rake es:download_artifacts[9.3.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
0 commit comments