Skip to content

fix(deps): update kubernetes packages to v0.30.1 #370

fix(deps): update kubernetes packages to v0.30.1

fix(deps): update kubernetes packages to v0.30.1 #370

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@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run unit tests
run: make test
- name: Run integration tests
run: make install:zfs test:integration