Skip to content

Commit

Permalink
Print environment for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
puskarpeter committed Apr 26, 2024
1 parent 0b8ec97 commit 3704d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:

- name: Build with maven
run: |
Get-ChildItem Env: | Format-List
$step_java_home=$env:JAVA_HOME
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
refreshenv
$env:JAVA_HOME=$step_java_home
Get-ChildItem Env: | Format-List
./mvnw --no-transfer-progress verify
shell: pwsh
if: matrix.os == 'windows-latest'

0 comments on commit 3704d25

Please sign in to comment.