Skip to content

SKS-1573: Refactor available hosts and vm migration code #511

SKS-1573: Refactor available hosts and vm migration code

SKS-1573: Refactor available hosts and vm migration code #511

Workflow file for this run

name: build
on:
push:
branches:
- main
- master
- release-*
tags:
- v*
pull_request:
branches:
- main
- master
- release-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- run: make lint
- run: make test
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}