Skip to content

Create README.md

Create README.md #113

Workflow file for this run

name: Test Suite
on: push
jobs:
Test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Build
run: |
docker-compose build --pull --force-rm test
- name: Test
run: |
pwd
ls -lah
echo UID=$(id -u) >> .env
docker-compose run --rm test