Skip to content

Commit 9d05040

Browse files
edmundmillermashehu
andcommitted
style: Remove example TODO comments
https://github.com/nf-core/modules/pull/6286/files#r1846856369 Co-authored-by: mashehu <[email protected]>
1 parent 3f5fe11 commit 9d05040

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/actions/nf-test-action/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ runs:
6363
python -m pip install cryptography
6464
nextflow secrets set SENTIEON_AUTH_DATA $(python3 tests/modules/nf-core/sentieon/license_message.py encrypt --key "$SENTIEON_ENCRYPTION_KEY" --message "$SENTIEON_LICENSE_MESSAGE")
6565
66-
# TODO If conda-fail.yml exists and matrix = conda skip
67-
# Really we need in-verse tag selection https://github.com/askimed/nf-test/issues/260
66+
# TODO Skip failing conda tests and document their failures
67+
# https://github.com/nf-core/modules/issues/7017
6868
- name: Run nf-test
6969
shell: bash
7070
env:
@@ -83,8 +83,6 @@ runs:
8383
--follow-dependencies \
8484
${{ inputs.path }}
8585
86-
# TODO If matrix == conda create a conda-fail.yml and commit it
87-
8886
# TODO If no test.tap, then make one to spoof?
8987
- uses: pcolby/tap-summary@0959cbe1d4422e62afc65778cdaea6716c41d936 # v1
9088
if: ${{ inputs.path != '' }}

0 commit comments

Comments
 (0)