Skip to content

Commit

Permalink
Updated phpunit and rector actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Apr 3, 2023
1 parent 296ffd4 commit e1286f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1286f6

Please sign in to comment.