Skip to content

Adding possibility to set deployment strategy #173

Adding possibility to set deployment strategy

Adding possibility to set deployment strategy #173

Workflow file for this run

name: unittest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
container: alpine/helm:3.18.4
permissions:
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Install unittest bin
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
- name: Run unittest
run: helm unittest -t JUnit -o test_result.xml .
- name: Publish Test Results
uses: EnricoMi/[email protected]
if: always()
with:
files: |
test_result.xml