File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,6 @@ jobs:
100100 echo $(realpath $CONDA)/condabin >> $GITHUB_PATH
101101 echo $(realpath python) >> $GITHUB_PATH
102102
103- - name : Clean up Disk space
104- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
105-
106- - name : " Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
107- run : |
108- nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.test_name }},${{ matrix.profile }} --outdir ./results
109103 - name : Install nf-test
110104 uses : nf-core/setup-nf-test@v1
111105 with :
@@ -121,6 +115,9 @@ jobs:
121115 python -m pip install --upgrade pip
122116 pip install pdiff
123117
118+ - name : Clean up Disk space
119+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
120+
124121 - name : Run nf-test
125122 run : |
126123 nf-test test --verbose ${{ matrix.nf_test_files }} --profile "+${{ matrix.profile }}" --junitxml=test.xml --tap=test.tap
You can’t perform that action at this time.
0 commit comments