Skip to content

Commit

Permalink
Removed uneeded code in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Jan 24, 2024
1 parent c6dd40c commit a9a9451
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@ jobs:
run: |
nf-test test
- name: List test files
if: always()
run: |
ls -laR .nf-test/tests/*/work/*
- name: 'Upload nf-test log'
uses: actions/upload-artifact@v4
if: always()
with:
name: nextflow-log
path: ".nf-test/tests/*/meta/nextflow.log"
retention-days: 5

- name: Nextflow run with test profile
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results

0 comments on commit a9a9451

Please sign in to comment.