Skip to content

Continuous integration #26

Continuous integration

Continuous integration #26

Workflow file for this run

---
name: Continuous integration
on:
merge_group:
pull_request:
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make install
- run: make up
- run: make run
- run: make test