Skip to content

Update test runner

Update test runner #4

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
TEST_RUNNER_URI: /tests/run.cfm?reporter=text
jobs:
cfmatrix:
runs-on: ubuntu-latest
permissions:
contents: read
#setup the matrix of CF Engines
strategy:
matrix:
cfengine: ["lucee@5", "lucee@7", "adobe@2025", "boxlang"]
env:
CFENGINE: ${{ matrix.cfengine }}
steps:
- uses: actions/checkout@v4
- name: Clone cfmatrix
run: git clone --depth 1 https://github.com/foundeo/cfmatrix.git cfmatrix
- name: Install cfmatrix
run: bash ./cfmatrix/install.sh
- name: Run Tests
run: bash ./cfmatrix/run.sh