From a9a9451870347ce43cbd594e7355edfdffe67ea4 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Wed, 24 Jan 2024 12:00:52 -0600 Subject: [PATCH] Removed uneeded code in ci.yml --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 459e7d2..03e1016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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