Skip to content

Add more tests and make it better #16

Add more tests and make it better

Add more tests and make it better #16

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Docker Compose
run: docker-compose -f docker-compose.test.yml build
- name: Start services
run: docker-compose -f docker-compose.test.yml up --exit-code-from test-api --abort-on-container-exit