Skip to content

Commit 1867759

Browse files
opensearch-trigger-bot[bot]amsiglan
authored andcommitted
Remove mac os from unit test platforms (opensearch-project#211) (opensearch-project#223)
* 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) Co-authored-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
1 parent 0c9354a commit 1867759

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)