Skip to content

test: try different os #2

test: try different os

test: try different os #2

Workflow file for this run

# This is Github workflow that installs mcp-k8s from npm to various platforms and tests if it was installed

Check failure on line 1 in .github/workflows/install.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/install.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: matrix
name: Install mcp-k8s
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
install:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install mcp-k8s
run: |
npm install -g @strowk/mcp-k8s
- name: Test mcp-k8s
run: |
mcp-k8s version