Skip to content

Commit b875a90

Browse files
committed
Removed integration tests in github action
1 parent 1a698ec commit b875a90

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
@@ -59,21 +59,3 @@ jobs:
5959
vendor/bin/phpunit -c phpunit.xml.dist
6060
env:
6161
TEST_SUITE: oss
62-
63-
- name: Configure sysctl limits
64-
run: |
65-
sudo swapoff -a
66-
sudo sysctl -w vm.swappiness=1
67-
sudo sysctl -w fs.file-max=262144
68-
sudo sysctl -w vm.max_map_count=262144
69-
70-
- name: Runs Elasticsearch ${{ matrix.es-version }}
71-
uses: elastic/elastic-github-actions/elasticsearch@master
72-
with:
73-
stack-version: ${{ matrix.es-version }}
74-
75-
- name: Integration tests
76-
run: |
77-
vendor/bin/phpunit -c phpunit-integration-tests.xml
78-
env:
79-
TEST_SUITE: oss

0 commit comments

Comments
 (0)