From 651aeec71b513673bd16763d25dfd15ad683a8d5 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Sun, 6 Mar 2022 22:38:02 +0100 Subject: [PATCH] Updated license header and fixed integration tests for github action --- .github/license-header.txt | 10 ++++------ .github/workflows/test.yml | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/license-header.txt b/.github/license-header.txt index 9af1e76de..d2496aaa5 100644 --- a/.github/license-header.txt +++ b/.github/license-header.txt @@ -1,13 +1,11 @@ /** - * Elasticsearch PHP client + * Elasticsearch PHP Client * - * @link https://github.com/elastic/elasticsearch-php/ + * @link https://github.com/elastic/elasticsearch-php * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) - * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 - * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Lesser General Public License, Version 2.1 + * @license https://opensource.org/licenses/MIT MIT License * * Licensed to Elasticsearch B.V under one or more agreements. - * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or - * the GNU Lesser General Public License, Version 2.1, at your option. + * Elasticsearch B.V licenses this file to you under the MIT License. * See the LICENSE file in the project root for more information. */ \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d364bab71..89ec2a598 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,8 +47,6 @@ jobs: - name: Unit tests run: | composer run-script test - env: - TEST_SUITE: free - name: Configure sysctl limits run: | @@ -64,4 +62,6 @@ jobs: - name: Integration tests run: | - composer run-script integration-test \ No newline at end of file + composer run-script integration-test + env: + TEST_SUITE: free