Skip to content

Commit 5d4b794

Browse files
committed
adobe 2021 support via scripts
1 parent f25b1b9 commit 5d4b794

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/tests.yml

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

box.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
"format":"cfformat run appenders,aspects,handlers,interceptors,models,test-harness/tests/**.cfc,ModuleConfig.cfc --overwrite",
5656
"format:watch":"cfformat watch appenders,aspects,handlers,interceptors,models,test-harness/tests/**.cfc,ModuleConfig.cfc ./.cfformat.json",
5757
"format:check":"cfformat check appenders,aspects,handlers,interceptors,models,test-harness/tests/**.cfc,ModuleConfig.cfc",
58-
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
59-
"cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
60-
"install:2021":"run-script cfpm:install zip,debugger,orm,mysql,postgresql,sqlserver,feed,chart",
6158
"install:dependencies":"install && cd test-harness && install",
6259
"start:lucee":"server start [email protected]",
6360
"start:2018":"server start [email protected]",

[email protected]

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"openBrowser":"false",
2020
"cfconfig":{
2121
"file":".cfconfig.json"
22-
}
22+
},
23+
"scripts" : {
24+
"onServerInstall": "cfpm zip,debugger,orm,mysql,postgresql,sqlserver,feed,chart"
25+
}
2326
}

0 commit comments

Comments
 (0)