Skip to content

refactor: simplify way to create new tests #30

refactor: simplify way to create new tests

refactor: simplify way to create new tests #30

Workflow file for this run

name: CI
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run docker check
run: make docker-check