Skip to content

wip - functional tests #14

wip - functional tests

wip - functional tests #14

Workflow file for this run

name: Build on push
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build and run tests
run: |
docker-compose run --rm wait
docker-compose run --rm tests