name: Run all tests on: repository_dispatch jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Build the docker-compose stack run: docker-compose up -d --build - name: Run test suite run: test/run-all-tests.sh