Skip to content

feat: Add consolidation to cbmigrations #16

feat: Add consolidation to cbmigrations

feat: Add consolidation to cbmigrations #16

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- development
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: TestBox Suite
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup CommandBox
uses: ortus-boxlang/setup-boxlang@main
with:
with-commandbox: true
- name: Install dependencies
run: box install
- name: Run tests
run: box run-script test