Skip to content

ci: run sdk lint+test using dev cli+engine (#7628) #29

ci: run sdk lint+test using dev cli+engine (#7628)

ci: run sdk lint+test using dev cli+engine (#7628) #29

Workflow file for this run

name: Helm
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths-ignore:
- docs/**
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: helm test
test-publish:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: helm publish --dry-run=true --tag=main