Skip to content

ci(release): add missing repo info #2

ci(release): add missing repo info

ci(release): add missing repo info #2

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
branches:
- main
paths-ignore:
- "**.md"
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Run tests
run: |
go test ./...