Skip to content

Commit

Permalink
style: Remove example TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller and mashehu committed Nov 18, 2024
1 parent 3f5fe11 commit 9d05040
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/nf-test-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ runs:
python -m pip install cryptography
nextflow secrets set SENTIEON_AUTH_DATA $(python3 tests/modules/nf-core/sentieon/license_message.py encrypt --key "$SENTIEON_ENCRYPTION_KEY" --message "$SENTIEON_LICENSE_MESSAGE")
# TODO If conda-fail.yml exists and matrix = conda skip
# Really we need in-verse tag selection https://github.com/askimed/nf-test/issues/260
# TODO Skip failing conda tests and document their failures
# https://github.com/nf-core/modules/issues/7017
- name: Run nf-test
shell: bash
env:
Expand All @@ -83,8 +83,6 @@ runs:
--follow-dependencies \
${{ inputs.path }}
# TODO If matrix == conda create a conda-fail.yml and commit it

# TODO If no test.tap, then make one to spoof?
- uses: pcolby/tap-summary@0959cbe1d4422e62afc65778cdaea6716c41d936 # v1
if: ${{ inputs.path != '' }}
Expand Down

0 comments on commit 9d05040

Please sign in to comment.