Skip to content

Merge pull request #50 from bendur/feature/function-argument-hints #2

Merge pull request #50 from bendur/feature/function-argument-hints

Merge pull request #50 from bendur/feature/function-argument-hints #2

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@6"]
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