Skip to content

Commit

Permalink
Change C.I features
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleite committed Mar 27, 2020
1 parent 5405467 commit 590fb49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
- feature/*
- hotfix/*

jobs:
build:
Expand All @@ -24,4 +26,4 @@ jobs:
cp .env.example .env
- name: Run Tests
run: composer exclude-notification-tests
run: composer test
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@
},
"scripts": {
"tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure",
"exclude-notification-tests": "./vendor/bin/phpunit tests --color=always --stop-on-failure --exclude-group=notification"
}
}

0 comments on commit 590fb49

Please sign in to comment.