Skip to content

Commit

Permalink
Fix artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 9, 2024
1 parent 5b1427a commit 0675eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: create artifacts dir to save test logs
env:
NXF_VER: ${{ matrix.nextflow_version }}
run: mkdir artifacts-nextflow-${NXF_VER}
run: mkdir artifacts
- name: Install Miniconda
env:
NXF_VER: ${{ matrix.nextflow_version }}
Expand Down

0 comments on commit 0675eb1

Please sign in to comment.