Skip to content

fix: remove utils folder #16

fix: remove utils folder

fix: remove utils folder #16

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Services in Docker and Run tests
run: make test