From e6ff1e8eb0ecfa391e40239572830529bd1e6555 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Wed, 27 Dec 2023 11:36:03 +0100 Subject: [PATCH] simplify --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e602cee..8bad7b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: echo "::add-matcher::${{ runner.tool_cache }}/php.json" echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction # yamllint disable-line - - run: vendor/bin/phpunit --coverage-clover coverage.xml + - run: vendor/bin/phpunit - uses: codecov/codecov-action@v3 yamllint: