Skip to content

Commit

Permalink
test: use main.py instead of bin/renee in tests
Browse files Browse the repository at this point in the history
because scontrol is not available in github actions
  • Loading branch information
kelly-sovacool committed Aug 13, 2024
1 parent 4c9a522 commit 39f7479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from renee.src.renee.__main__ import main

renee_run = (
"./bin/renee run "
"./main.py run "
"--mode local --runmode init --dry-run "
"--input .tests/*.fastq.gz "
)
Expand Down

0 comments on commit 39f7479

Please sign in to comment.