Skip to content

Add ability to run the provisioner directly on the ZFS host. #430

Add ability to run the provisioner directly on the ZFS host.

Add ability to run the provisioner directly on the ZFS host. #430

Workflow file for this run

name: Test
on:
push:
branches:
- master
tags-ignore:
- "*"
paths-ignore:
- charts/**
- docs/**
pull_request:
branches:
- master
paths-ignore:
- charts/**
- docs/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test
- name: Run integration tests
run: make install:zfs test:integration