Skip to content

Commit e433144

Browse files
committed
run tests without difference since
1 parent dfa0b4c commit e433144

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nf-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
echo $(realpath $CONDA)/condabin >> $GITHUB_PATH
9191
echo $(realpath python) >> $GITHUB_PATH
9292
93-
- name: Disk space cleanup
94-
uses: jlumbroso/free-disk-space@v1.3.1
93+
#- name: Disk space cleanup
94+
# uses: jlumbroso/free-disk-space@v1.3.1
9595

9696
- name: Start summary
9797
id: print-test
@@ -105,7 +105,6 @@ jobs:
105105
--dryRun \
106106
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
107107
--shard ${{ matrix.shard }}/1 \
108-
--changed-since HEAD^ \
109108
--follow-dependencies \
110109
--profile "+${{ matrix.profile }}" \
111110
--filter ${{ matrix.filter }} \
@@ -119,7 +118,6 @@ jobs:
119118
--verbose \
120119
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
121120
--shard ${{ matrix.shard }}/1 \
122-
--changed-since HEAD^ \
123121
--follow-dependencies \
124122
--profile "+${{ matrix.profile }}" \
125123
--filter ${{ matrix.filter }}

0 commit comments

Comments
 (0)