Skip to content

Commit

Permalink
Update github action to test all callers
Browse files Browse the repository at this point in the history
  • Loading branch information
iracooke committed Sep 13, 2024
1 parent ba8eaab commit 1d178cb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@ jobs:
sudo mv nextflow /usr/local/bin/
- name: Run movp test
run: |
nextflow run marine-omics/movp -profile docker,test -r main --callers gatk
- name: Whereami
nextflow run marine-omics/movp -profile docker,test -r main
- name: Show Log
if: always()
run: |
pwd
ls -a
cat .nextflow.log
- name: Archive nextflow log
if: always()
uses: actions/upload-artifact@v4
with:
name: Nextflow logs
path: /home/runner/work/movp/movp/.nextflow.log

0 comments on commit 1d178cb

Please sign in to comment.