Skip to content

test and coverage

test and coverage #142

Workflow file for this run

name: test
run-name: test and coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: docker compose -f docker-compose.test.yml run --rm --build dialog