Skip to content

Commit a4423d6

Browse files
committed
added app dependencies and fail fast features
1 parent 1dcc89c commit a4423d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
DB_USER: root
1616
DB_PASSWORD: root
1717
strategy:
18-
fail-fast: true
18+
fail-fast: false
1919
matrix:
2020
cfengine: [ "lucee@5", "adobe@2016", "adobe@2018", "adobe@2021" ]
2121
steps:

box.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
"/server*.json"
2929
],
3030
"dependencies":{},
31-
"devDependencies":{},
31+
"devDependencies":{
32+
"commandbox-dotenv":"*",
33+
"commandbox-cfconfig":"*",
34+
"commandbox-cfformat":"*"
35+
},
3236
"installPaths":{},
3337
"testbox":{
3438
"runner":"http://localhost:60299/tests/runner.cfm"

0 commit comments

Comments
 (0)