diff --git a/.github/workflows/test-ui-gh_runner.yml b/.github/workflows/test-ui-gh_runner.yml index bccc8e2b783..b9227e3b0c5 100644 --- a/.github/workflows/test-ui-gh_runner.yml +++ b/.github/workflows/test-ui-gh_runner.yml @@ -115,7 +115,8 @@ jobs: run: | ecl bundle install --update --force https://github.com/hpcc-systems/ML_Core.git ecl bundle list - find / -iname 'ToField.ecl' -type f + find /home/runner/ -iname 'ToField.ecl' -type f + retCode=$? - name: Run Tests timeout-minutes: 10 # generous, current runtime is ~1min, this should be increased if new tests are added