Skip to content

Commit e1286f6

Browse files
committed
Updated phpunit and rector actions
1 parent 296ffd4 commit e1286f6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
php_version: '8.2'
2323

2424
- name: Run tests & generate Coverage
25-
run: bin/phpunit functional --coverage-html var/coverage
25+
run: bin/phpunit --coverage-html var/coverage
2626

2727
- name: Store coverage files
2828
uses: actions/upload-artifact@v3

.github/workflows/rector.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
-
1313
if: github.event.pull_request.head.repo.full_name == github.repository
1414
uses: actions/checkout@v3
15-
with:
16-
# Must be used to trigger workflow after push
17-
token: ${{ secrets.ACCESS_TOKEN }}
1815

1916
-
2017
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)