Skip to content

Commit

Permalink
feat: run npm cli tests on macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop authored Dec 6, 2024
1 parent 1e45725 commit 36021b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-bru-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ permissions:
jobs:
test:
name: CLI Tests
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 36021b5

Please sign in to comment.