Skip to content

Commit

Permalink
Merge pull request #11 from AlexVCaron/hotfix
Browse files Browse the repository at this point in the history
[WIP] Hotpatch runners nf-test version
  • Loading branch information
AlexVCaron authored Sep 24, 2024
2 parents 8efec79 + 2eed42a commit fd48db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_checks_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: "nf-test version to use"
required: false
type: string
default: "0.9.0-rc1"
default: "0.9.0"

jobs:
pre-commit:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
description: "nf-test version to use"
required: false
type: string
default: "0.9.0-rc1"
default: "0.9.0"
workflow_call:
inputs:
paths:
Expand All @@ -54,7 +54,7 @@ on:
description: "nf-test version to use"
required: false
type: string
default: "0.9.0-rc1"
default: "0.9.0"

env:
NXF_SINGULARITY_CACHEDIR: /home/runner/.singularity_cache/.singularity
Expand Down

0 comments on commit fd48db7

Please sign in to comment.