Skip to content

Commit f24752b

Browse files
authored
Merge pull request #34 from FriendsOfREDAXO/marcohanke_patch_1
update scriptname
2 parents 2dfa693 + 2e4684e commit f24752b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
# run unit tests, see composer.json
8484
- name: Run phpunit
8585
working-directory: redaxo_cms/redaxo/src/addons/${{ github.event.repository.name }}
86-
run: composer test
86+
run: composer unit-test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"scripts": {
2323
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
2424
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
25-
"test": "phpunit --testdox"
25+
"unit-test": "phpunit --testdox"
2626
}
2727
}

0 commit comments

Comments
 (0)