From e40c23ddd15d78ff4f11488ed68514c79536a9d5 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 22 May 2023 15:53:59 +0200 Subject: [PATCH] Removed integration tests from github action --- .github/workflows/test.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b850a7fc..1f671084a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,21 +46,3 @@ jobs: - name: Unit tests run: | composer run-script test - - - name: Configure sysctl limits - run: | - sudo swapoff -a - sudo sysctl -w vm.swappiness=1 - sudo sysctl -w fs.file-max=262144 - sudo sysctl -w vm.max_map_count=262144 - - - name: Runs Elasticsearch ${{ matrix.es-version }} - uses: elastic/elastic-github-actions/elasticsearch@trial-license - with: - stack-version: ${{ matrix.es-version }} - - - name: Integration tests - run: | - composer run-script integration-test - env: - TEST_SUITE: platinum