Skip to content

Commit

Permalink
WIP add more log.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 20, 2025
1 parent b4bb5a0 commit 727e473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,10 @@ jobs:
output(seg());
EOF
ecl run -t hthor crash.ecl
#ecl run -t hthor crash.ecl
ecl run -t thor crash.ecl
ecl run -t roxie crash.ecl
echo "Number of core files: $(sudo find /var/lib/HPCCSystems/ -iname 'core*' -mtime -1 -type f -exec printf "%s\n" '{}' \; )"
continue-on-error: true

- name: Get test from Github
Expand Down

0 comments on commit 727e473

Please sign in to comment.