Skip to content

Commit

Permalink
No need to test BioBlend's interactions with the Test ToolShed.
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
arash77 and nsoranzo authored Oct 10, 2024
1 parent ece4b67 commit 95e6d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bioblend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
run: |
# Create a PostgreSQL database for Galaxy. The default SQLite3 database makes test fail randomly because of "database locked" error.
createdb -U postgres galaxy
export BIOBLEND_TOOLSHED_URL=https://testtoolshed.g2.bx.psu.edu/
export DATABASE_CONNECTION=postgresql://postgres:@localhost/galaxy
./bioblend/run_bioblend_tests.sh -g galaxy -v python${{ matrix.galaxy_python_version }} -e ${{ matrix.tox_env }}
- name: The job has failed
Expand Down

0 comments on commit 95e6d4c

Please sign in to comment.