We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296ffd4 commit e1286f6Copy full SHA for e1286f6
.github/workflows/phpunit.yaml
@@ -22,7 +22,7 @@ jobs:
22
php_version: '8.2'
23
24
- name: Run tests & generate Coverage
25
- run: bin/phpunit functional --coverage-html var/coverage
+ run: bin/phpunit --coverage-html var/coverage
26
27
- name: Store coverage files
28
uses: actions/upload-artifact@v3
.github/workflows/rector.yaml
@@ -12,9 +12,6 @@ jobs:
12
-
13
if: github.event.pull_request.head.repo.full_name == github.repository
14
uses: actions/checkout@v3
15
- with:
16
- # Must be used to trigger workflow after push
17
- token: ${{ secrets.ACCESS_TOKEN }}
18
19
20
uses: shivammathur/setup-php@v2
0 commit comments