Is the file in the submodule? (github actions error)

This commit is contained in:
JoseEspinosa 2020-03-06 11:46:37 +01:00
parent c8c2d0e659
commit 4312ddc1fe

View file

@ -18,6 +18,7 @@ jobs:
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
ls -la test-datasets/tools/tcoffee/input/
- name: Install Nextflow
run: |