Skip to content

Commit

Permalink
Adding unit test support for multiple platforms (opensearch-project#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>

Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah authored Aug 16, 2022
1 parent f9ee652 commit 4cf19cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ 11 ]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
Expand Down

0 comments on commit 4cf19cc

Please sign in to comment.