Skip to content

Commit e523afd

Browse files
committed
Debug CI build
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 4c4d3f8 commit e523afd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 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: make test
57+
run: cat $HOME/.nextflow/scm; #make test
5858

5959
- name: Publish tests report
6060
uses: actions/upload-artifact@v3
@@ -88,6 +88,7 @@ jobs:
8888
NXF_GITHUB_ACCESS_TOKEN: ${{ secrets.NXF_GITHUB_ACCESS_TOKEN }}
8989
- name: Run tests
9090
run: |
91+
cat $HOME/.nextflow/scm
9192
make assemble install
9293
bash test-ci.sh
9394
env:

0 commit comments

Comments
 (0)