Skip to content

Commit

Permalink
Removed integration tests from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 22, 2023
1 parent 9ed2735 commit e40c23d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e40c23d

Please sign in to comment.