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 35cd2b6 commit 0f8c130Copy full SHA for 0f8c130
.github/workflows/build.yml
@@ -24,4 +24,4 @@ jobs:
24
cp .env.example .env
25
26
- name: Run Tests
27
- run: composer tests-exclude-notification
+ run: composer exclude-notification-tests
composer.json
@@ -32,6 +32,6 @@
32
},
33
"scripts": {
34
"tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure",
35
- "tests-exclude-notification": "./vendor/bin/phpunit tests --color=always --stop-on-failure --exclude-group=notification"
+ "exclude-notification-tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure --exclude-group=notification"
36
}
37
0 commit comments