Skip to content

Commit

Permalink
new workflow for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Jun 7, 2024
1 parent 0d47979 commit 71b15b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/distro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: gradle
- run: gradlew.bat build
- run: |
echo ${{ github.workspace }}
cd ${{ github.workspace }}
gradlew.bat build
- uses: dorny/test-reporter@v1
if: always()
with:
Expand Down

0 comments on commit 71b15b1

Please sign in to comment.