Skip to content

Commit

Permalink
Show current env sorted upon failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Dec 13, 2024
1 parent 34bff8e commit 85cbc80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo "Git:"
git status
echo "Env:"
env
env | sort
echo "PWD:"
pwd
echo "Files:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "Git:"
git status
echo "Env:"
env
env | sort
echo "PWD:"
pwd
echo "Files:"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-os-mix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "Git:"
git status
echo "Env:"
env
env | sort
echo "PWD:"
pwd
echo "Files:"
Expand Down

0 comments on commit 85cbc80

Please sign in to comment.