Skip to content

Commit

Permalink
added app dependencies and fail fast features
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 4, 2022
1 parent 1dcc89c commit a4423d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
DB_USER: root
DB_PASSWORD: root
strategy:
fail-fast: true
fail-fast: false
matrix:
cfengine: [ "lucee@5", "adobe@2016", "adobe@2018", "adobe@2021" ]
steps:
Expand Down
6 changes: 5 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"/server*.json"
],
"dependencies":{},
"devDependencies":{},
"devDependencies":{
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"installPaths":{},
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
Expand Down

0 comments on commit a4423d6

Please sign in to comment.