Skip to content

Commit

Permalink
WIP-2
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed May 21, 2024
1 parent 2586559 commit c09e81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c09e81a

Please sign in to comment.