Skip to content

Commit dd4aaeb

Browse files
committed
ci: enable workflow dispatch for triggering boxlang tests and reinstall commandbox-boxlang
1 parent 838650d commit dd4aaeb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/snapshot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'development'
7+
workflow_dispatch:
78

89
jobs:
910
##########################################################################################

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
- name: Setup CommandBox CLI
7474
uses: Ortus-Solutions/[email protected]
7575

76+
- name: Update Commandbox Boxlang Module
77+
if: ${{ matrix.cfengine == 'boxlang@1' }}
78+
run:
79+
box install --force commandbox-boxlang
80+
7681
- name: Install Dependencies
7782
run: |
7883
box install

[email protected]

+2-2
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.debugMode=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)