Skip to content

Commit

Permalink
Run test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Aug 4, 2023
1 parent 9c110b3 commit 63935a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-package-conda-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ jobs:
else
echo "Fail";
exit 1;
fi
fi
- name: Run test workflow
run: |
cd ..
git clone https://github.com/panoptes-organization/snakemake_example_workflow.git
cd snakemake_example_workflow
bash run_local.sh

0 comments on commit 63935a2

Please sign in to comment.