Skip to content

refactor: Clean up and update test files #29

refactor: Clean up and update test files

refactor: Clean up and update test files #29

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: |
cd test
docker compose rm -f
make test