Skip to content

Commit e40c23d

Browse files
committed
Removed integration tests from github action
1 parent 9ed2735 commit e40c23d

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

0 commit comments

Comments
 (0)