Skip to content

Plugin Test

Plugin Test #45

Workflow file for this run

name: Plugin Test
on:
push:
paths-ignore:
- '**.md'
- 'LICENSE'
pull_request:
paths-ignore:
- '**.md'
- 'LICENSE'
schedule:
- cron: "0 0 * * 5"
jobs:
plugin_test:
strategy:
fail-fast: false
matrix:
os:
- alpine-latest
- macOS-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf plugin test
uses: asdf-vm/actions/plugin-test@v3
with:
command: helm version