Skip to content

tests: Update to match custo AerynOS output #5

tests: Update to match custo AerynOS output

tests: Update to match custo AerynOS output #5

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker compose -f test.yml up --exit-code-from tests
- uses: codecov/codecov-action@v5