Skip to content

Merge pull request #70 from lifeomic/dependabot/npm_and_yarn/internal… #136

Merge pull request #70 from lifeomic/dependabot/npm_and_yarn/internal…

Merge pull request #70 from lifeomic/dependabot/npm_and_yarn/internal… #136

Workflow file for this run

name: Unit test
on:
workflow_dispatch: null
push:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- run: go version
- run: make unittest