Skip to content

Commit

Permalink
change order of profiles used for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Sep 19, 2024
1 parent c568ce9 commit 17dc0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-test-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pwd
# echo content of current directory
ls -la
nextflow run nf-core-testpipeline -profile test,self_hosted_runner --outdir ./results
nextflow run nf-core-testpipeline -profile self_hosted_runner,test --outdir ./results
- name: Upload log file artifact
if: ${{ always() }}
Expand Down

0 comments on commit 17dc0bc

Please sign in to comment.