Skip to content

scripts: add ignore-not-found for undeploy and uninstall to Makefile boiler plate #266

scripts: add ignore-not-found for undeploy and uninstall to Makefile boiler plate

scripts: add ignore-not-found for undeploy and uninstall to Makefile boiler plate #266

Workflow file for this run

name: unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make test-unit