Skip to content

doc: add readme license note #63

doc: add readme license note

doc: add readme license note #63

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Run test
runs-on: ubuntu-latest
env:
COMPOSE_FILE: .ci/compose.yml
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build images
run: docker compose build
- name: Run test
run: docker compose run test