Skip to content

Commit

Permalink
Remove mac os from unit test platforms (opensearch-project#211) (open…
Browse files Browse the repository at this point in the history
…search-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]>
  • Loading branch information
2 people authored and AWSHurneyt committed Feb 22, 2023
1 parent 0c9354a commit 1867759
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 1867759

Please sign in to comment.