Skip to content

Commit b87f94f

Browse files
committed
Fixing phpunit path
1 parent d16a0d8 commit b87f94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
run: "composer install --no-interaction --no-progress --no-suggest"
252252

253253
- name: "Run PHPUnit"
254-
run: "vendor/bin/phpunit -c phpunit.pgsql.xml --coverage-clover=coverage.xml"
254+
run: "vendor/bin/phpunit -c phpunit.postgres.xml --coverage-clover=coverage.xml"
255255

256256
- name: "Upload Code Coverage"
257257
uses: "codecov/codecov-action@v1"

0 commit comments

Comments
 (0)