From 7f8f4c185ed3b7500ca4bb0a9580ed1ffd61457e Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Thu, 4 Apr 2024 10:45:30 +0200 Subject: [PATCH] Align Windows integration test with Linux --- .github/workflows/test-java-os-mix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-java-os-mix.yml b/.github/workflows/test-java-os-mix.yml index 03ffe93f..ec9e2352 100644 --- a/.github/workflows/test-java-os-mix.yml +++ b/.github/workflows/test-java-os-mix.yml @@ -57,10 +57,10 @@ jobs: 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 info" - cmd /c "echo off && gradlew.bat integrationTestOnly --scan" + cmd /c "echo off && gradlew.bat htmlSanityCheck --scan" # If we ever need to debug the file system contents # Get-ChildItem -Recurse -File | Format-Table Name, Length, LastWriteTime