Skip to content

Commit

Permalink
add logs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bpvstaty366 committed Feb 29, 2024
1 parent a6ec0ce commit 4e2f8f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ function runTests(){
}

function getResults(){
ls
echo "LS"
cd firebolt-apis
echo "firebolt-apis"
cd report
echo "report"
ls
cat report.json
failures=$(cat firebolt-apis/report/report.json | jq -r '.stats.failures')
echo "If failures more than 0, fail the job"
echo "Failures=$failures"
Expand Down

0 comments on commit 4e2f8f8

Please sign in to comment.