Skip to content

Commit

Permalink
Merge pull request #118 from EwoutH/patch-1
Browse files Browse the repository at this point in the history
CI: Small refactor
  • Loading branch information
aineniamh authored Jan 12, 2021
2 parents 2b5b727 + bf416b5 commit cca4639
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pangolin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: pangolin

on: [push, pull_request]
defaults:
run:
shell: bash -l {0}

jobs:
run_pangolin_test:
Expand All @@ -18,12 +20,9 @@ jobs:
channels: conda-forge,bioconda,defaults
mamba-version: "*"
- name: Install pangolin
shell: bash -l {0}
run: pip install -e .
- name: Check pangolin version
shell: bash -l {0}
run: pangolin --version
- name: Run pangolin with test data
shell: bash -l {0}
run: pangolin pangolin/test/test_seqs.fasta 2>&1 | tee pangolin.log
# add more tests here
# add more tests here

0 comments on commit cca4639

Please sign in to comment.