diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e40cf0d6..98e173a3 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -30,9 +30,6 @@ jobs: with: dependency-versions: "${{ matrix.dependencies }}" - - name: Install PHP Dependencies - run: composer install --no-scripts - - name: Tests run: vendor/bin/phpunit --exclude-group inspector @@ -54,9 +51,6 @@ jobs: - name: Install Composer uses: "ramsey/composer-install@v3" - - name: Install PHP Dependencies - run: composer install --no-scripts - - name: Code Style PHP run: vendor/bin/php-cs-fixer fix --dry-run