mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Merge branch 'release_23.1' into dev
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
mapfile -t TOOL_ARRAY < tool_list.txt
|
||||
planemo test --galaxy_python_version ${{ matrix.python-version }} --galaxy_root 'galaxy root' "${TOOL_ARRAY[@]}"
|
||||
planemo test --biocontainers --galaxy_python_version ${{ matrix.python-version }} --galaxy_root 'galaxy root' "${TOOL_ARRAY[@]}"
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user