Skip to content

chore: split testsuites per chart version #6348

chore: split testsuites per chart version

chore: split testsuites per chart version #6348

Workflow file for this run

name: "Test - Unit"
on:
push:
branches:
- main
paths:
- '.tool-versions'
- '.github/workflows/test-unit*'
- 'charts/camunda-platform*/**'
- 'go.*'
pull_request:
paths:
- '.tool-versions'
- '.github/workflows/test-unit*'
- 'charts/camunda-platform*/**'
- 'go.*'
workflow_dispatch: { }
permissions:
contents: read
jobs:
unit:
name: Unit Test - Camunda latest
uses: ./.github/workflows/test-unit-template.yml
with:
identifier: "${{ github.event.pull_request.number }}-unit-latest"
camunda-helm-dir: "camunda-platform-latest"
camunda-helm-git-ref: "${{ github.event.pull_request.head.sha }}"