Skip to content

Commit

Permalink
HPCC-31857 : Updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha-Bagdwal committed Jul 10, 2024
1 parent 5b7931c commit 95567f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ jobs:
find . -iname '*.java' -type f -print -exec javac {} \;
ls -l
find . -iname '*.*a*' -type f -exec ls -l {} \;
cd framework
java TestRunner detail
java ./TestRunner detail
echo "ECL Watch UI test done"
lines=$(wc -l < error_ecl_test.log)
[[ $lines -ne 0 ]] && exit 1
Expand Down

0 comments on commit 95567f0

Please sign in to comment.