Skip to content

Commit

Permalink
work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Feb 15, 2024
1 parent 40c878d commit a340094
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:

nf-core:
runs-on: ubuntu-latest
defaults:
run:
working-directory:/home/runner/work/taxprofiler/taxprofiler
steps:
- name: Check out pipeline code
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,5 +67,10 @@ jobs:
lint_log.txt
lint_results.md
PR_number.txt
/home/runner/work/taxprofiler/taxprofiler/
- name: Upload log file artifact
if: failure()
uses: actions/upload-artifact@v3
with:
name: workdir
path: .work/

0 comments on commit a340094

Please sign in to comment.