Skip to content

Commit

Permalink
Disable UTs for Windows while stablizing it (#1202) (#1213)
Browse files Browse the repository at this point in the history
Signed-off-by: Chang Liu <[email protected]>
(cherry picked from commit b04271a)

Co-authored-by: Chang Liu <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and cliu123 authored Nov 11, 2022
1 parent b90232e commit 81ca648
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}

steps:
- name: Enable longer filenames
if: ${{ matrix.os == 'windows-latest' }}
run: git config --system core.longpaths true

- uses: actions/checkout@v2

- id: install-dashboards
Expand Down

0 comments on commit 81ca648

Please sign in to comment.