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 5405467 commit 590fb49Copy full SHA for 590fb49
.github/workflows/build.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+ - feature/*
8
+ - hotfix/*
9
10
jobs:
11
build:
@@ -24,4 +26,4 @@ jobs:
24
26
cp .env.example .env
25
27
28
- name: Run Tests
- run: composer exclude-notification-tests
29
+ run: composer test
composer.json
@@ -42,6 +42,5 @@
42
},
43
"scripts": {
44
"tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure",
45
- "exclude-notification-tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure --exclude-group=notification"
46
}
47
0 commit comments