Skip to content

Commit cf0ff84

Browse files
committed
ci: reinstall commandbox-boxlang
1 parent 8b1460a commit cf0ff84

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
- name: Setup CommandBox CLI
5757
uses: Ortus-Solutions/[email protected]
5858

59+
- name: Update Commandbox Boxlang Module
60+
if: ${{ matrix.cfengine == 'boxlang@1' }}
61+
run:
62+
box install --force commandbox-boxlang
63+
5964
# Not Needed in this module
6065
#- name: Setup Environment For Testing Process
6166
# run: |

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"JVM":{
2323
"heapSize":"1024",
2424
"javaVersion":"openjdk21_jdk",
25-
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
25+
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999 -Dboxlang.debugModule=true"
2626
},
2727
"cfconfig":{
2828
"file":".cfconfig.json"
@@ -33,4 +33,4 @@
3333
"scripts":{
3434
"onServerInitialInstall":"install bx-mail,bx-mysql,bx-derby,bx-compat-cfml@be,bx-unsafe-evaluate,bx-esapi --noSave"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)