Added a second test
Some checks are pending
autoBIGS.galaxy/pipeline/head Build queued...

This commit is contained in:
2025-02-21 22:14:07 +00:00
parent 7c0d209470
commit 52bd3ac07d
5 changed files with 182 additions and 17 deletions

6
.vscode/tasks.json vendored
View File

@@ -14,6 +14,12 @@
"type": "shell",
"command": "planemo serve",
"problemMatcher": []
},
{
"label": "run tests",
"type": "shell",
"command": "planemo test autobigs-cli.xml --test_output_junit test_results/junit_results.xml --test_output_json test_results/results.json --test_output test_results/human.html",
"problemMatcher": []
}
]
}