Skip to content

Commit 34d3a57

Browse files
authored
Remove mac os from unit test platforms (#211)
* 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]>
1 parent d412ea6 commit 34d3a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Run unit tests
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, mac-latest, windows-latest]
16+
os: [ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
# Enable longer filenames for windows

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"*.{ts,tsx,js,jsx,json,css,md}": ["prettier --write", "git add"]
2+
"*.{ts,tsx,js,jsx,json,css,md}": ["prettier --write"]
33
}

0 commit comments

Comments
 (0)