Skip to content

Commit

Permalink
Add install test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Mar 13, 2024
1 parent 6c95407 commit bcd3ddd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,17 @@ jobs:

- name: Run tests and collect coverage
run: pytest -v ${{ matrix.testcase }}

installtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y python3 python3-pip mafft ncbi-blast+

- name: Run build
run: pip3 install .

- name: Run test
run: cfeintact intact --help

0 comments on commit bcd3ddd

Please sign in to comment.