Skip to content

added command

added command #85

Workflow file for this run

name: Test Suite
on: push
jobs:
build:
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