Skip to content

Make hostpathmapper compatible with new values format #7

Make hostpathmapper compatible with new values format

Make hostpathmapper compatible with new values format #7

Workflow file for this run

name: Unit tests
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- "**.go"
- ".github/workflows/unit-tests.yaml"
jobs:
unit-test:
name: Execute all tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: false
- name: Execute unit tests
run: go test -v ./...