Skip to content

chore: remove reference to prefect.yaml, which was removed in the previous PR #24

chore: remove reference to prefect.yaml, which was removed in the previous PR

chore: remove reference to prefect.yaml, which was removed in the previous PR #24

Workflow file for this run

---
# https://github.com/marketplace/actions/helm-unit-tests
name: Run Helm unit tests
"on": pull_request
# Do not grant jobs any permissions by default
permissions: {}
jobs:
unittest:
runs-on: ubuntu-latest
permissions:
# required to read from the repo
contents: read
steps:
- uses: actions/checkout@v4
# - uses: d3adb5/helm-unittest-action@v2
# with:
# helm-version: v3.15.3