Skip to content

Commit 590fb49

Browse files
committed
Change C.I features
1 parent 5405467 commit 590fb49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- feature/*
8+
- hotfix/*
79

810
jobs:
911
build:
@@ -24,4 +26,4 @@ jobs:
2426
cp .env.example .env
2527
2628
- name: Run Tests
27-
run: composer exclude-notification-tests
29+
run: composer test

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@
4242
},
4343
"scripts": {
4444
"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"
4645
}
4746
}

0 commit comments

Comments
 (0)