Skip to content

Commit

Permalink
Merge pull request #2473 from fa2k/doc-change-nxfver-uppercase
Browse files Browse the repository at this point in the history
Use uppercase key name
  • Loading branch information
fa2k authored Oct 16, 2023
2 parents c3ae490 + 48ced0f commit 407a8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nf_core/lint/actions_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ def actions_ci(self):
release:
types: [published]
* The minimum Nextflow version specified in the pipeline's ``nextflow.config`` matches that defined by ``nxf_ver`` in the test matrix:
* The minimum Nextflow version specified in the pipeline's ``nextflow.config`` matches that defined by ``NXF_VER`` in the test matrix:
.. code-block:: yaml
:emphasize-lines: 4
strategy:
matrix:
# Nextflow versions: check pipeline minimum and current latest
nxf_ver: ['19.10.0', '']
NXF_VER: ['19.10.0', '']
.. note:: These ``matrix`` variables run the test workflow twice, varying the ``nxf_ver`` variable each time.
.. note:: These ``matrix`` variables run the test workflow twice, varying the ``NXF_VER`` variable each time.
This is used in the ``nextflow run`` commands to test the pipeline with both the latest available version
of the pipeline (``''``) and the stated minimum required version.
"""
Expand Down

0 comments on commit 407a8d2

Please sign in to comment.