Skip to content

Commit

Permalink
fix broken sra workflow rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 17, 2020
1 parent 50d795e commit 6bef53a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cp ~/.nextflow/assets/nf-core/eager/environment.yml eager-env.yaml
- name: pipeline

shell: bash -l {0}
run: |
cp ~/.nextflow/assets/nf-core/eager/assets/multiqc_config.yaml \
Expand All @@ -57,7 +58,11 @@ jobs:
name: sqlite-import
path: test/sqlite_import/

- name: artifact EAGER
- name: artifact EAGER MultiQC
uses: actions/upload-artifact@v2
with:
name: eager-multiqc
path: test/eager/MultiQC

- name: artifact trace
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6bef53a

Please sign in to comment.