Skip to content

Commit

Permalink
fix GH test run rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Jan 15, 2024
1 parent 0598954 commit 8ae9ed8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"Dakujem\\Oliva\\": "src/"
}
},
"scripts": {
"test": "@test:local",
"test:local": "@php vendor/nette/tester/src/tester tests -C --colors 1",
"test:ci": "tester tests"
},
"scripts-descriptions": {
"test": "Run application tests. (defaults to local tests)",
"test:local": "Run application tests with local configuration.",
"test:ci": "Run application tests, provide configuration options as needed."
},
"extra": {
"branch-alias": {
"dev-trunk": "1.0.x-dev"
Expand Down

0 comments on commit 8ae9ed8

Please sign in to comment.