Skip to content

fix(deps): update github.com/longhorn/go-common-libs digest to 797b589 (master) #69

fix(deps): update github.com/longhorn/go-common-libs digest to 797b589 (master)

fix(deps): update github.com/longhorn/go-common-libs digest to 797b589 (master) #69

Workflow file for this run

name: build
on:
push:
branches:
- master
- v*
tags:
- v*
pull_request:
jobs:
build:
name: Build binaries
runs-on: longhorn-infra-amd64-runners
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install curl make git
run: |
sudo apt update
sudo apt install -y curl make git
# Build binaries
- name: Run ci
run: make ci
- uses: codecov/codecov-action@v4
with:
files: ./coverage.out
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}