Skip to content

Add new github workflow to build release binaries (#696) #101

Add new github workflow to build release binaries (#696)

Add new github workflow to build release binaries (#696) #101

Workflow file for this run

name: Monstache CI
on:
push:
branches: [ '*' ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
cd docker/test
./run-tests.sh