Skip to content

Commit

Permalink
Use specific Nextflow + nf-amazon version to get check if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jun 8, 2023
1 parent e40580b commit d24652a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-test-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
strategy:
matrix:
NXF_VER:
- "22.10.1"
- "latest-everything"
- "23.04.1"
steps:
- uses: actions/checkout@v3
name: Check out source-code repository
Expand All @@ -47,7 +46,7 @@ jobs:
- name: Run nf-core/tools
run: |
nf-core --log-file log.txt create -n testpipeline -d "This pipeline is for testing" -a "Testing McTestface" --plain
nextflow run nf-core-testpipeline -profile test,docker --outdir ./results
nextflow run nf-core-testpipeline -profile test,docker --outdir ./results -plugins [email protected]
- name: Upload log file artifact
if: ${{ always() }}
Expand Down

0 comments on commit d24652a

Please sign in to comment.