Skip to content

Commit

Permalink
Trying to fix workflows/gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donenrique24 committed Apr 28, 2023
1 parent 73b6d48 commit 2f98814
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
gradle:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest]
java: [8, 11, 17]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,8 +27,9 @@ jobs:
distribution: temurin
java-version: ${{ matrix.java }}

- name: Setup and execute Gradle 'integrationTest' task
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: integrationTest


- name: Execute Gradle 'integrationTest' task
run: ./gradlew integrationTest

0 comments on commit 2f98814

Please sign in to comment.