Skip to content

Commit

Permalink
chore: run smoke tests on windows only (CI fails when multi-OS)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Aug 13, 2023
1 parent b42aab2 commit 906cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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, windows-latest, macos-latest]
os: [windows-latest]
node-version: [18]
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 906cd6a

Please sign in to comment.