Skip to content

Commit

Permalink
test: remove some options for fast execution
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Sep 30, 2023
1 parent 4709b58 commit dbe6fc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/smoke-affected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node_version: ['16', '18']
# os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest]
node_version: ['18']
java: ['17']
runs-on: ${{matrix.os}}
env:
Expand Down

0 comments on commit dbe6fc8

Please sign in to comment.