mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix test
This commit is contained in:
parent
36cad50593
commit
660be04708
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:
|
steps:
|
||||||
# Check out the repository
|
# Check out the repository
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
submodules: true
|
- 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
|
- name: Install Nextflow
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue