Skip to content

Commit

Permalink
Reduce redundant workflow tests (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Mar 31, 2023
1 parent 6954268 commit c130324
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ jobs:
os:
- ubuntu
- windows
node-version: [16, 18]
node-version: [18]
include:
- example: webpack
os: ubuntu
node-version: 16
- example: webpack
os: windows
node-version: 16
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c130324

Please sign in to comment.