Skip to content

Commit bb890d9

Browse files
committed
Fix GH action tests step [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 868374d commit bb890d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: make assemble
5555

5656
- name: Test
57-
run: cat $HOME/.nextflow/scm; #make test
57+
run: make test
5858

5959
- name: Publish tests report
6060
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)