Skip to content

develop command, refactor services and usecases #12

develop command, refactor services and usecases

develop command, refactor services and usecases #12

Workflow file for this run

name: Go Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: task test-on-runner