Skip to content

feat: add api #70

feat: add api

feat: add api #70

Workflow file for this run

name: Docker compose tests
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: run tests
run: |
cd tests
bash run.sh