Skip to content

chore/Optionally add additional ports to the prefect server service #40

chore/Optionally add additional ports to the prefect server service

chore/Optionally add additional ports to the prefect server service #40

Workflow file for this run

---
# https://github.com/marketplace/actions/helm-unit-tests
name: Run Helm Unit Tests
"on":
pull_request:
branches:
- main
paths:
- deploy/charts/**
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