Skip to content

Lvp arm64 image

Lvp arm64 image #20

Workflow file for this run

name: unit-tests
on:
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run unit tests
run: |
make test
- uses: ./.github/actions/build-push-lvp-image
with:
image-name: ttl.sh/automated-${{ github.run_id }}/local-volume-provider:${{ github.ref }}
git-tag: ${{ github.ref }}