Skip to content

Commit 0f8c130

Browse files
committed
change script name
1 parent 35cd2b6 commit 0f8c130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
cp .env.example .env
2525
2626
- name: Run Tests
27-
run: composer tests-exclude-notification
27+
run: composer exclude-notification-tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"scripts": {
3434
"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"
35+
"exclude-notification-tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure --exclude-group=notification"
3636
}
3737
}

0 commit comments

Comments
 (0)