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 9a14606 commit 21c4ccbCopy full SHA for 21c4ccb
.github/workflows/6.x.yml
@@ -1,3 +1,4 @@
1
+
2
name: 6.x
3
on:
4
push:
@@ -15,6 +16,15 @@ jobs:
15
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2
19
+ - name: Increase system limits
20
+ run: |
21
+ sudo swapoff -a
22
+ sudo sysctl -w vm.swappiness=1
23
+ sudo sysctl -w fs.file-max=262144
24
+ sudo sysctl -w vm.max_map_count=262144
25
+ - uses: elastic/elastic-github-actions/elasticsearch@master
26
+ with:
27
+ stack-version: 6.8.7
28
- uses: ruby/setup-ruby@v1
29
with:
30
ruby-version: ${{ matrix.ruby }}
@@ -24,4 +34,4 @@ jobs:
34
ruby -v
35
rake bundle:clean
36
rake bundle:install
- rake test:unit
37
+ rake test:client
0 commit comments