Skip to content

Commit 32580dc

Browse files
committed
Removed integration tests from github action
1 parent 9a2301d commit 32580dc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,3 @@ jobs:
4747
- name: Unit tests
4848
run: |
4949
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-
run: |
65-
composer run-script integration-test
66-
env:
67-
TEST_SUITE: platinum

0 commit comments

Comments
 (0)