Skip to content

Commit

Permalink
Nextflow Github Actions debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Dec 27, 2023
1 parent 92e7cf0 commit 76f233e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nextflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download funnel (if not cached)
- name: Download Funnel
uses: actions/download-artifact@v2
with:
name: funnelBin
Expand Down Expand Up @@ -76,8 +76,9 @@ jobs:
tes.endpoint = 'http://localhost:8000'
EOF
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run nf-canary tests
run: |
ls
cd nf-canary
../nextflow/launch.sh run main.nf

0 comments on commit 76f233e

Please sign in to comment.