Skip to content

Commit

Permalink
#318 Use Gradle wrapper from project root
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 21, 2024
1 parent 172c4fb commit 9bc8595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-java-os-mix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
run: |
cd integration-test/gradle-plugin
uname -a
./gradlew --version
./gradlew htmlSanityCheck --scan
../../gradlew --version
../../gradlew htmlSanityCheck --scan
- name: Execute (Gradle Plugin) integration test (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
cd integration-test/gradle-plugin
uname -a
cmd /c "echo off && gradlew.bat --version"
cmd /c "echo off && gradlew.bat htmlSanityCheck --scan"
cmd /c "echo off && ..\..\gradlew.bat --version"
cmd /c "echo off && ..\..\gradlew.bat htmlSanityCheck --scan"
- name: Collect state upon failure (On Unix)
if: failure() && runner.os != 'Windows'
Expand Down

0 comments on commit 9bc8595

Please sign in to comment.