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 e22b573
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ 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: |
./gradlew build -D"build.snapshot=true"
if: ${{ matrix.os == 'macos-latest' }}
run: |
./gradlew build -Dbuild.snapshot=true
- name: Publish to Maven Local
run: |
Expand Down

0 comments on commit e22b573

Please sign in to comment.