Skip to content

Commit

Permalink
unit_test
Browse files Browse the repository at this point in the history
  • Loading branch information
tongzhouxu committed Mar 26, 2024
1 parent 3049ae4 commit 1e5d201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
curl -o datasets 'https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets'
chmod +x datasets
echo "export PATH=$PATH:./datasets" >> $GITHUB_ENV
- name: Install pytest
run: |
pip install pytest
- name: Change directory to subfolder
run: cd mashpit/test
- name: Run tests
Expand Down

0 comments on commit 1e5d201

Please sign in to comment.