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 2cf5f73 commit 168b217Copy full SHA for 168b217
.github/workflows/tests.yml
@@ -1,11 +1,11 @@
1
-name: 7.1.1
+name: 7.1.2.pre
2
on:
3
push:
4
branches:
5
- - 7.1.1
+ - 7.1.2.pre
6
pull_request:
7
8
9
jobs:
10
test-master:
11
env:
@@ -25,7 +25,7 @@ jobs:
25
sudo sysctl -w vm.max_map_count=262144
26
- uses: elastic/elastic-github-actions/elasticsearch@master
27
with:
28
- stack-version: 7.8.0
+ stack-version: 7.x-SNAPSHOT
29
- uses: ruby/setup-ruby@v1
30
31
ruby-version: ${{ matrix.ruby }}
@@ -37,5 +37,4 @@ jobs:
37
bundle exec rake bundle:clean
38
bundle exec rake bundle:install
39
- name: Test
40
- run: bundle exec rake test:all
41
-
+ run: bundle exec rake test:all
0 commit comments