Skip to content

Commit

Permalink
Remove mac os from unit test platforms (#211)
Browse files Browse the repository at this point in the history
* removed mac os from unit test platforms

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed redundant command

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
(cherry picked from commit 34d3a57)
  • Loading branch information
amsiglan authored and github-actions[bot] committed Dec 14, 2022
1 parent 21ae3de commit 5b738d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run unit tests
strategy:
matrix:
os: [ubuntu-latest, mac-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
# Enable longer filenames for windows
Expand Down
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"*.{ts,tsx,js,jsx,json,css,md}": ["prettier --write", "git add"]
"*.{ts,tsx,js,jsx,json,css,md}": ["prettier --write"]
}

0 comments on commit 5b738d5

Please sign in to comment.