Skip to content

dev: fix build-docker step #22

dev: fix build-docker step

dev: fix build-docker step #22

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
- name: Run tests
run: make test
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: ./coverage/covprofile