From e1286f60bf70bf345496880ff6a99705aa50e9c2 Mon Sep 17 00:00:00 2001 From: sebprt Date: Mon, 3 Apr 2023 16:43:13 +0200 Subject: [PATCH] Updated phpunit and rector actions --- .github/workflows/phpunit.yaml | 2 +- .github/workflows/rector.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 8b8af0c..cc4fc19 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -22,7 +22,7 @@ jobs: php_version: '8.2' - name: Run tests & generate Coverage - run: bin/phpunit functional --coverage-html var/coverage + run: bin/phpunit --coverage-html var/coverage - name: Store coverage files uses: actions/upload-artifact@v3 diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index 2f04ad1..9596da1 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -12,9 +12,6 @@ jobs: - if: github.event.pull_request.head.repo.full_name == github.repository uses: actions/checkout@v3 - with: - # Must be used to trigger workflow after push - token: ${{ secrets.ACCESS_TOKEN }} - uses: shivammathur/setup-php@v2