Skip to content

Commit

Permalink
Fix unit tests not reaching Funnel
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Mar 2, 2024
1 parent eac93d0 commit f4b14e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
--cov=tes/ \
--cov-branch \
--cov-report=term-missing \
--cov-fail-under=99
--cov-fail-under=99 \
--ignore=tests/integration
- name: Test with Funnel
- name: Run integration tests
run: |
/bin/bash -c "$(curl -fsSL https://github.com/ohsu-comp-bio/funnel/releases/download/0.11.0-rc.5/install.sh)" -- 0.11.0-rc.5
funnel server --LocalStorage.AllowedDirs $HOME run &
Expand Down

0 comments on commit f4b14e5

Please sign in to comment.