Skip to content

Commit 8bc967b

Browse files
authored
Merge pull request #56 from BoatraceOpenAPI/chore/rename-phpunit-and-psalm-to-dist
chore: rename phpunit.xml to phpunit.xml.dist and psalm.xml to psalm.xml.dist
2 parents 996359f + 1bd1b3c commit 8bc967b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: composer install --prefer-dist --no-interaction --no-progress --dev
3737

3838
- name: Run Psalm
39-
run: vendor/bin/psalm --show-info=true
39+
run: vendor/bin/psalm --config=psalm.xml.dist --show-info=true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: composer update --prefer-dist --no-interaction --no-progress
4040

4141
- name: Run PHPUnit ${{ matrix.phpunit-version }}
42-
run: vendor/bin/phpunit --coverage-xml=build/coverage-xml
42+
run: vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-xml=build/coverage-xml
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)