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 f01e9a1 commit 20d6601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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 @@ -71,6 +71,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
2 changes: 1 addition & 1 deletion [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 Down

0 comments on commit 20d6601

Please sign in to comment.