Skip to content

Commit

Permalink
Remove Ubuntu/Mac Unit Tests on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jul 4, 2023
1 parent c0b8096 commit e2eb1d3
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 e2eb1d3

Please sign in to comment.