Skip to content

Commit

Permalink
Added case for ubuntu and windows
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
  • Loading branch information
owaiskazi19 committed Jul 6, 2023
1 parent 863156a commit c6a067e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
java-version: ${{ matrix.java }}

- name: Build and Test
if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.os == 'windows-latest') }}
run: |
./gradlew build
- name: Build and Test
if: ${{ matrix.os == 'macos-latest' }}
run: |
if: ${{ matrix.os == 'macos-latest' }}
run: |
./gradlew build -D"build.snapshot=true"
- name: Publish to Maven Local
Expand Down

0 comments on commit c6a067e

Please sign in to comment.