Skip to content

Commit

Permalink
I need to go to bed
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 17, 2022
1 parent 0670849 commit 3cc89d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-lint-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ jobs:
# - name: nf-core licences
# run: nf-core --log-file log.txt licences nf-core-testpipeline

# Remove any unstaged changes from update etc and try to sync pipeline
- name: nf-core sync
run: |
# Remove any unstaged changes - yuk.
cd nf-core-test
rm -r modules
git checkout .
cd ..
# As you were..
nf-core --log-file log.txt sync --dir nf-core-testpipeline/
- name: nf-core schema
Expand Down

0 comments on commit 3cc89d3

Please sign in to comment.