Skip to content

Commit

Permalink
ci: enable workflow dispatch for triggering boxlang tests and reinsta…
Browse files Browse the repository at this point in the history
…ll commandbox-boxlang
  • Loading branch information
otisnado committed Feb 4, 2025
1 parent 63f40b4 commit a9f44fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'development'
workflow_dispatch:

jobs:
##########################################################################################
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,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

- name: Install Dependencies
run: |
box install
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.debugMode=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 a9f44fa

Please sign in to comment.