Skip to content

For testing purposes only: Run on dev branch and do not push library … #10

For testing purposes only: Run on dev branch and do not push library …

For testing purposes only: Run on dev branch and do not push library … #10

Workflow file for this run

name: Run unit tests
on:
push:
jobs:
build-and-run-unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker image for library unit tests
run: |
docker compose run --rm --build arbitration_graphs_test
- name: Build Docker image for demo unit tests
run: |
docker compose -f demo/docker-compose.yaml run --rm --build demo_test