diff --git a/.github/workflows/test-ui-gh_runner.yml b/.github/workflows/test-ui-gh_runner.yml index 894a9ad1b51..22d4e2ff557 100644 --- a/.github/workflows/test-ui-gh_runner.yml +++ b/.github/workflows/test-ui-gh_runner.yml @@ -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