Skip to content

Commit

Permalink
try it in script again, not sure why this fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 12, 2024
1 parent ce43346 commit 03af7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_test_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
## run using source to preserve alias
#source ./example/example_workflow.sh

$(tail -n +2 ./example/example_workflow.sh |\
sed -e 's/^syri/python <(echo "import syri.scripts.syri;syri.scripts.syri.main()")/' )
$(tail -n +2 ./example/example_workflow.sh | sed -e 's/^syri/python <(echo "import syri.scripts.syri;syri.scripts.syri.main()")/' -e 's/^minimap2/.\/minimap2/' )
3 changes: 1 addition & 2 deletions .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
mv minimap2-2.28_x64-linux\/minimap2 ./
./minimap2 -h # test it worked & is callable
- name: Test example_run.sh
run: |
$(tail -n +2 ./example/example_workflow.sh | sed -e 's/^syri/python <(echo "import syri.scripts.syri;syri.scripts.syri.main()")/' -e 's/^minimap2/.\/minimap2/' )
run: ./run_test_example.sh
shell: bash

0 comments on commit 03af7db

Please sign in to comment.