Skip to content

fix(tests): remove chart subpath in tests #130

fix(tests): remove chart subpath in tests

fix(tests): remove chart subpath in tests #130

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
name: Test Suite
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Test
run: make test