Skip to content

Commit

Permalink
Run on Windows and macOS also
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavkj committed Nov 11, 2023
1 parent b60b6f3 commit 3538651
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
node-version:
- 12
- 14
Expand All @@ -57,10 +59,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install project
shell: bash
run: npm i -g codeowners-generator-*.tgz
- name: Checkout mock project
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v3
- name: Test CLI
shell: bash
run: |
cd .github/test-cli-mock-project
echo "::group::Get Version"
Expand Down

0 comments on commit 3538651

Please sign in to comment.