Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Mar 4, 2024
1 parent 9be911d commit 719d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
# and actually run the jar
- run: java -jar ${{ matrix.extraOpts }} *.jar --smoketest
if: ${{ (matrix.os) != 'windows-latest' }}
- run: for %i in (*.jar) do @echo Running %i && java -jar ${{ matrix.extraOpts }} "%i" && exit /b
- run: ls *.jar | %{ Write-Host "Running $($_.Name)"; Start-Process "java" -ArgumentList "-jar `"$($_.FullName)`"" -NoNewWindow -Wait; break }
if: ${{ (matrix.os) == 'windows-latest' }}

run-smoketest-chroot:
Expand Down

0 comments on commit 719d6a9

Please sign in to comment.