Skip to content

Commit cfb3383

Browse files
committed
update to new scripts in adobe 2021
1 parent 7de2c5b commit cfb3383

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
- name: Start ${{ matrix.cfengine }} Server
6060
run: |
6161
box server start serverConfigFile="server-${{ matrix.cfengine }}.json" --noSaveSettings --debug
62-
# Install Adobe 2021 cfpm modules
63-
if [[ "${{ matrix.cfengine }}" == "adobe@2021" ]] ; then
64-
box run-script install:2021
65-
fi
6662
curl http://127.0.0.1:60299
6763
6864
- name: Run Tests

box.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
"format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite",
4949
"format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
5050
"format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc",
51-
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
52-
"cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
53-
"install:2021":"run-script cfpm:install zip,debugger,mysql",
5451
"install:dependencies":"install && cd test-harness && install"
5552
},
5653
"installPaths":{

[email protected]

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"openBrowser":"false",
2323
"cfconfig":{
2424
"file":".cfconfig.json"
25+
},
26+
"scripts":{
27+
"onServerInstall":"cfpm install zip,debugger,mysql"
2528
}
2629
}

0 commit comments

Comments
 (0)