Skip to content

Commit b32c6ec

Browse files
committed
force install of boxlang commandbox module
1 parent a0e6dd6 commit b32c6ec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
javaVersion: "21"
4646
ELASTICSEARCH_VERSION: "8.14.1"
4747
experimental: true
48-
commandboxVersion: "6.2.0-alpha"
48+
commandboxVersion: "6.1.0"
4949
- cfengine: "boxlang@1"
5050
coldboxVersion: "be"
5151
javaVersion: "21"
5252
ELASTICSEARCH_VERSION: "7.17.10"
5353
experimental: true
54-
commandboxVersion: "6.2.0-alpha"
54+
commandboxVersion: "6.1.0"
5555
steps:
5656
- name: Checkout Repository
5757
uses: actions/checkout@v4
@@ -67,6 +67,11 @@ jobs:
6767
with:
6868
version: "${{ matrix.commandboxVersion }}"
6969

70+
- name: Reinstall CommandBox-Boxlang Module
71+
working-directory: ./test-harness
72+
run: |
73+
box install --force commandbox-boxlang
74+
7075
- name: Set ColdBox Version
7176
working-directory: ./test-harness
7277
run: |

0 commit comments

Comments
 (0)