Skip to content

Commit

Permalink
chore(smoke): add windows and macos as target OS
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Aug 13, 2023
1 parent e36200c commit 2403a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18]
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
env:
NX_E2E_CI_CACHE_KEY: smoke-gha-${{ matrix.os }}-${{ matrix.node-version }}
NX_RUN_GROUP: ${{ github.run_id }}-${{ matrix.os }}-${{ matrix.node-version }}
run: pnpm nx test smoke --verbose
run: pnpm nx test smoke

0 comments on commit 2403a45

Please sign in to comment.