Skip to content

Commit

Permalink
updated ci.yml for mcl install
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Aug 8, 2024
1 parent 4bc7013 commit de2b55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
./install-this-mcl.sh
PATH=$PATH:$HOME/local/bin
mcl --version
cd ..
- name: Run tests
run: |
make test.fast
Expand All @@ -56,6 +57,7 @@ jobs:
- name: Install HMMER
run: |
brew install hmmer
phmmer --version
- name: Install MCL
run: |
mkdir installmcl
Expand All @@ -65,6 +67,7 @@ jobs:
./install-this-mcl.sh
PATH=$PATH:$HOME/local/bin
mcl --version
cd ..
- name: Generate coverage report
run: |
make test.coverage
Expand Down

0 comments on commit de2b55b

Please sign in to comment.