From 4312ddc1fe3d0fb1805eb59f3d81812bd8294a6f Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 6 Mar 2020 11:46:37 +0100 Subject: [PATCH] Is the file in the submodule? (github actions error) --- .github/workflows/tcoffee.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tcoffee.yml b/.github/workflows/tcoffee.yml index fedb6790..bc589051 100644 --- a/.github/workflows/tcoffee.yml +++ b/.github/workflows/tcoffee.yml @@ -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: |