Skip to content

Merge pull request #120 from jp39/hostpath-auto #424

Merge pull request #120 from jp39/hostpath-auto

Merge pull request #120 from jp39/hostpath-auto #424

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