Skip to content

Commit

Permalink
ci: reinstall commandbox-boxlang
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Feb 3, 2025
1 parent 8b1460a commit cf0ff84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
- name: Setup CommandBox CLI
uses: Ortus-Solutions/[email protected]

- name: Update Commandbox Boxlang Module
if: ${{ matrix.cfengine == 'boxlang@1' }}
run:
box install --force commandbox-boxlang

# Not Needed in this module
#- name: Setup Environment For Testing Process
# run: |
Expand Down
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"JVM":{
"heapSize":"1024",
"javaVersion":"openjdk21_jdk",
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999 -Dboxlang.debugModule=true"
},
"cfconfig":{
"file":".cfconfig.json"
Expand All @@ -33,4 +33,4 @@
"scripts":{
"onServerInitialInstall":"install bx-mail,bx-mysql,bx-derby,bx-compat-cfml@be,bx-unsafe-evaluate,bx-esapi --noSave"
}
}
}

0 comments on commit cf0ff84

Please sign in to comment.