Skip to content

Commit

Permalink
corrected windows-build-job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Oct 16, 2024
1 parent bcbe53a commit 528ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sanpshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'zulu'
java-version: '11'
- name: Build and test with Gradle
run: gradlew.bat clean build test
run: ./gradlew.bat clean build test
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 528ae8f

Please sign in to comment.