mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
test fix
This commit is contained in:
parent
f33dd2d2e9
commit
977a9b3ee8
1 changed files with 7 additions and 2 deletions
9
.github/workflows/cutadapt.yml
vendored
9
.github/workflows/cutadapt.yml
vendored
|
@ -10,8 +10,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
# Check out the repository
|
||||
- uses: actions/checkout@v1
|
||||
submodules: true
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout submodules
|
||||
shell: bash
|
||||
run: |
|
||||
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||
git submodule sync --recursive
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
|
||||
- name: Install Nextflow
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue