Skip to content

Commit

Permalink
Added Setup Gradle step into windows-build-job job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Oct 17, 2024
1 parent 528ae8f commit 569bd5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-sanpshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 11 ('zulu')
- name: Setup JDK 11 ('zulu')
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: wrapper
- name: Build and test with Gradle
run: ./gradlew.bat clean build test
- name: Upload test report
Expand Down

0 comments on commit 569bd5b

Please sign in to comment.