From ecb5854ffb039162761ca463376797b1c46d5061 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 23 Aug 2024 12:11:20 -0500 Subject: [PATCH] ci: Skip test.tap --- .github/workflows/nf-test.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nf-test.yml b/.github/workflows/nf-test.yml index 38ba2aa866b..e798d2bae4c 100644 --- a/.github/workflows/nf-test.yml +++ b/.github/workflows/nf-test.yml @@ -136,12 +136,11 @@ jobs: --filter ${{ matrix.filter }} \ --follow-dependencies - # TODO If no test.tap, then make one to spoof? - - - uses: pcolby/tap-summary@0959cbe1d4422e62afc65778cdaea6716c41d936 # v1 - with: - path: >- - test.tap + # TODO If no test.tap, then make one to spoof? + # - uses: pcolby/tap-summary@0959cbe1d4422e62afc65778cdaea6716c41d936 # v1 + # with: + # path: >- + # test.tap - name: Clean up if: always()