Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tool_id and test_index to jq output
currently the combine step just outputs a set of "error" or "failure" strings for such tests. it would be much more useful to know immedately, i.e. without checking the html output, which tests failed. this info should now be visible just tested for the json output of https://github.com/galaxyproject/tools-iuc/actions/runs/4798624079/jobs/8538223205 .. output looks like ``` ... "failure;mothur_remove_lineage;2" "error;mothur_remove_lineage;3" "error;mothur_remove_lineage;4" "success;mothur_remove_otulabels;0" ... ```
- Loading branch information