Skip to content

Attempt windows run

Attempt windows run #6

Workflow file for this run

on: [push]
jobs:
test_action:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, windows-2019]
name: Install the cli
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install CLI
uses: ./
id: install
- name: Test CLI
run: workos --version