Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsapoval authored Mar 25, 2024
1 parent 2b775a4 commit 839fb98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
activate-environment: lemur-env
python-version: 3.9

- name: Create output folder
run: |
mkdir ./examples/example-output
- name: Run Lemur
run: ./lemur -i ./examples/example-data/example.fastq
-o ./examples/example-output
Expand Down

0 comments on commit 839fb98

Please sign in to comment.