Skip to content

Commit 3b1ce2e

Browse files
committed
[CI] Updates CI 9.3
1 parent a8b27bd commit 3b1ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/9.3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- 9.3
99
jobs:
10-
test-main:
10+
test:
1111
env:
1212
TEST_ES_SERVER: http://localhost:9250
1313
PORT: 9250
@@ -41,4 +41,4 @@ jobs:
4141
- name: elasticsearch
4242
run: cd elasticsearch && bundle exec rake test:all
4343
- name: elasticsearch-api
44-
run: rake es:download_artifacts[main] && cd elasticsearch-api && bundle exec rake test:all
44+
run: rake es:download_artifacts[9.3.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all

0 commit comments

Comments
 (0)