Skip to content

Commit 001d094

Browse files
committed
Expand CI matrix to match qb coverage
1 parent ec41f3f commit 001d094

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023" ]
24+
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023", "adobe@2025", "boxlang@1", "boxlang-cfml@1" ]
25+
experimental: [ false ]
26+
fullNull: [ "true", "false" ]
27+
include:
28+
- cfengine: "lucee@be"
29+
experimental: true
30+
- cfengine: "adobe@be"
31+
experimental: true
32+
- cfengine: "boxlang@be"
33+
experimental: true
2534

2635
steps:
2736
- name: Checkout Repository
@@ -35,6 +44,8 @@ jobs:
3544

3645
- name: Setup CommandBox CLI
3746
uses: Ortus-Solutions/setup-commandbox@v2.0.1
47+
with:
48+
install: commandbox-boxlang
3849

3950
- name: Install Test Harness Dependencies
4051
run: |
@@ -56,6 +67,8 @@ jobs:
5667
CORDIAL_SDK_BASE_URL: ${{ secrets.CORDIAL_SDK_BASE_URL }}
5768
CORDIAL_SDK_TEST_LIST_KEY: ${{ secrets.CORDIAL_SDK_TEST_LIST_KEY }}
5869
CORDIAL_SDK_TEST_EMAILS: ${{ secrets.CORDIAL_SDK_TEST_EMAILS }}
70+
FULL_NULL: ${{ matrix.fullNull }}
71+
continue-on-error: ${{ matrix.experimental }}
5972
run: |
6073
mkdir -p tests/results
6174
box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit

0 commit comments

Comments
 (0)