Skip to content

Commit

Permalink
Debug CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Dec 22, 2022
1 parent 4c4d3f8 commit e523afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: make assemble

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

- name: Publish tests report
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -88,6 +88,7 @@ jobs:
NXF_GITHUB_ACCESS_TOKEN: ${{ secrets.NXF_GITHUB_ACCESS_TOKEN }}
- name: Run tests
run: |
cat $HOME/.nextflow/scm
make assemble install
bash test-ci.sh
env:
Expand Down

0 comments on commit e523afd

Please sign in to comment.