Skip to content

Commit

Permalink
Merge pull request #23306 from storybookjs/valentin/remove-ubuntu-mac…
Browse files Browse the repository at this point in the history
…-unit-tests-on-github-actions

CI: Remove Ubuntu/Mac Unit Tests on Github Actions
(cherry picked from commit d85697a)
  • Loading branch information
valentinpalkovic authored and github-actions[bot] committed Jul 4, 2023
1 parent c550702 commit a9d37f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [windows-latest]
node_version: [16]
include:
- os: macos-latest
node_version: 16
- os: windows-latest
node_version: 16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a9d37f5

Please sign in to comment.