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 9a2301d commit 32580dcCopy full SHA for 32580dc
.github/workflows/test.yml
@@ -47,21 +47,3 @@ jobs:
47
- name: Unit tests
48
run: |
49
composer run-script test
50
-
51
- - name: Configure sysctl limits
52
- run: |
53
- sudo swapoff -a
54
- sudo sysctl -w vm.swappiness=1
55
- sudo sysctl -w fs.file-max=262144
56
- sudo sysctl -w vm.max_map_count=262144
57
58
- - name: Runs Elasticsearch ${{ matrix.es-version }}
59
- uses: elastic/elastic-github-actions/elasticsearch@trial-license
60
- with:
61
- stack-version: ${{ matrix.es-version }}
62
63
- - name: Integration tests
64
65
- composer run-script integration-test
66
- env:
67
- TEST_SUITE: platinum
0 commit comments