From 7e7cff72b37277c5a0b35a088da4e8386d6c00bf Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 29 Sep 2023 15:48:46 +0200 Subject: [PATCH 1/2] GH Actions: minor tweak --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index feef325..8087801 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: - name: Run the unit tests if: ${{ matrix.coverage == false }} - run: vendor/bin/phpunit + run: composer test - name: Run the unit tests with code coverage if: ${{ matrix.coverage == true }} From e940255b9a29bc7bb3ad3ed7916da128e4254725 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 17 Nov 2023 05:40:20 +0100 Subject: [PATCH 2/2] GH Actions: update a few links in inline comments ... as the old URLs are no longer valid. --- .github/workflows/cs.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 2fc0e40..7fa7ca4 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -53,7 +53,7 @@ jobs: run: composer validate --no-check-all # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies uses: ramsey/composer-install@v2 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8087801..3b5a5e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: composer require --dev --no-update --no-scripts php-parallel-lint/php-parallel-lint --no-interaction # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies uses: ramsey/composer-install@v2 with: