Skip to content

Commit

Permalink
removing tree command
Browse files Browse the repository at this point in the history
  • Loading branch information
alianides committed Jul 17, 2024
1 parent be6dc3a commit dc4fba1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-integrationTests-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,14 @@ jobs:
echo "--------------------"
echo ""
echo "Outputting contents of .git directory"
tree ${PWD}/.git
if [[ ! -f "${PWD}/.git/test-results.xml" ]]; then
echo "Test results file not found."
exit 1
fi
if [[ $client_pid_return_code -gt 0 ]]; then
echo "Integration tests failed. Exiting with code 1."
exit 1
echo "Integration tests failed. Exiting with code 1."
exit 1
fi
echo "Test results found."
Expand Down

0 comments on commit dc4fba1

Please sign in to comment.