Skip to content

Commit 77e619c

Browse files
committed
update workflow
1 parent e38d510 commit 77e619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-for-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make lint
3131

3232
- name: Run unit tests
33-
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=coverage.xml tests
33+
run: vendor/bin/phpunit --coverage-clover=coverage.xml tests
3434

3535
- name: SonarQube Scan
3636
uses: SonarSource/sonarqube-scan-action@v5

0 commit comments

Comments
 (0)