File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
.github/actions/nf-test-action Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 != '' }}
You can’t perform that action at this time.
0 commit comments