Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Dec 23, 2024
1 parent 73b9169 commit b9e9882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
java: [15]
os: [macos-latest, windows-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
env:
gradle_version: 6.8.3 # use ``current`` to install the current stable release
Expand All @@ -30,8 +30,8 @@ jobs:
- uses: gradle/gradle-build-action@v2
with:
gradle-version: ${{ env.gradle_version }}
- name: Run commands
run: gradle ${{ env.gradle_commands }}
#- name: Run commands
# run: gradle ${{ env.gradle_commands }}
- name: Build insight dmg
if: startsWith(matrix.os, 'macos') && startsWith(matrix.java, '11')
run: |
Expand Down

0 comments on commit b9e9882

Please sign in to comment.