Skip to content

updating mod and docs #9

updating mod and docs

updating mod and docs #9

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: running CI
run: make dependencies_up && make tests
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2