Skip to content

Allow running test workflow manually #24

Allow running test workflow manually

Allow running test workflow manually #24

Workflow file for this run

name: main
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/[email protected]
with:
command: minikube version
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}