From a4423d669ccaf9581c1b5573669aecc2abebe77f Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 4 Feb 2022 16:16:06 -0600 Subject: [PATCH] added app dependencies and fail fast features --- .github/workflows/tests.yml | 2 +- box.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8c1dc1..36b346b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/box.json b/box.json index c0deee3..99fcb02 100644 --- a/box.json +++ b/box.json @@ -28,7 +28,11 @@ "/server*.json" ], "dependencies":{}, - "devDependencies":{}, + "devDependencies":{ + "commandbox-dotenv":"*", + "commandbox-cfconfig":"*", + "commandbox-cfformat":"*" + }, "installPaths":{}, "testbox":{ "runner":"http://localhost:60299/tests/runner.cfm"