Skip to content

Commit

Permalink
try running tests one down from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Dec 19, 2024
1 parent 6ed1e90 commit cf9dcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
default: "0.9.0"

env:
NXF_SINGULARITY_CACHEDIR: /home/runner/.singularity_cache/.singularity
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/../.singularity_cache/.singularity
NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity

run-name: Run nf-test on ${{ inputs.paths }}
Expand All @@ -74,7 +74,7 @@ jobs:
NFTEST_VERSION: "${{ inputs.nf_test_version }}"
# nf-test directories need to be placed on an ephemeral disk accessible to docker.
# In our case, it's only the _work workspace for security reasons
NXF_WORKDIR: /home/runner/_work
NXF_WORKDIR: "${{ github.workspace }}/.."
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down

0 comments on commit cf9dcee

Please sign in to comment.