From 4a3699256120ddfd996d92248a2f690405d1727f Mon Sep 17 00:00:00 2001 From: Spomky <contact@spomky-labs.com> Date: Wed, 2 Feb 2022 18:32:40 +0100 Subject: [PATCH] Test fixed --- .github/workflows/coding-standards.yml | 2 -- .github/workflows/mutation-tests.yml | 2 -- .github/workflows/rector_checkstyle.yaml | 2 -- .github/workflows/static-analyze.yml | 2 -- .github/workflows/tests.yml | 2 -- 5 files changed, 10 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 6674b28..9dac0e0 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -27,8 +27,6 @@ jobs: - name: Install the application run: | composer install --no-progress --prefer-dist --optimize-autoloader - yarn install --force - yarn build - name: Coding Standards Checks run: make ci-cs diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 8189563..936e4a6 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -27,8 +27,6 @@ jobs: - name: Install the application run: | composer install --no-progress --prefer-dist --optimize-autoloader - yarn install --force - yarn build - name: Fetch Git base reference run: git fetch --depth=1 origin $GITHUB_BASE_REF diff --git a/.github/workflows/rector_checkstyle.yaml b/.github/workflows/rector_checkstyle.yaml index 0b86d0d..7893810 100644 --- a/.github/workflows/rector_checkstyle.yaml +++ b/.github/workflows/rector_checkstyle.yaml @@ -25,8 +25,6 @@ jobs: - name: Install the application run: | composer install --no-progress --prefer-dist --optimize-autoloader - yarn install --force - yarn build - name: Rector run: make ci-rector diff --git a/.github/workflows/static-analyze.yml b/.github/workflows/static-analyze.yml index 0233057..e83ee2d 100644 --- a/.github/workflows/static-analyze.yml +++ b/.github/workflows/static-analyze.yml @@ -28,8 +28,6 @@ jobs: - name: Install the application run: | composer install --no-progress --prefer-dist --optimize-autoloader - yarn install --force - yarn build - name: Static Analyze Checks run: make ci-st diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 668b92c..fd4c13a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,6 @@ jobs: - name: Install the application run: | composer install --no-progress --prefer-dist --optimize-autoloader - yarn install --force - yarn build - name: Run tests run: make all -- GitLab