Skip to content

fixup! fixup! fixup! Update to Express 5 #82

fixup! fixup! fixup! Update to Express 5

fixup! fixup! fixup! Update to Express 5 #82

Workflow file for this run

name: Test and lint
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
env:
COMPOSE_FILE: .github/docker-compose.yml
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build docker images
run: docker compose build
- name: Run tests
run: docker compose run test
- name: Lint
run: docker compose run lint