Skip to content

Improvements to testing tooling #1

Improvements to testing tooling

Improvements to testing tooling #1

Workflow file for this run

name: Run Unit Tests
on:
workflow_dispatch:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
run_unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run busted tests
run: docker compose run --no-TTY busted-tests