Skip to content

Merge pull request #17 from ba-st/v10.3.0 #91

Merge pull request #17 from ba-st/v10.3.0

Merge pull request #17 from ba-st/v10.3.0 #91

Workflow file for this run

name: Unit Tests
on:
- push
- pull_request
- workflow_dispatch
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests using Docker
working-directory: .docker
run: ./docker-tests.sh