Skip to content

Update versions

Update versions #11

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
TEST_RUNNER_URI: /run-test.cfm
jobs:
cfmatrix:
runs-on: ubuntu-latest
permissions:
contents: read
#setup the matrix of CF Engines
strategy:
matrix:
cfengine: ["[email protected]", "adobe@2021"]
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