From e7a531b03b199eeca6f379c485e2fe11cdc84f12 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 25 Apr 2024 22:31:33 -0400 Subject: [PATCH] Update submodules in the usual way --- .github/workflows/deno_tests.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index da20032c3..205f6951f 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -40,13 +40,11 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: denoland/setup-deno@v1.1.2 + with: + submodules: true + - uses: denoland/setup-deno@v1 with: deno-version: v1.x - - name: Get bids-examples - run: | - git submodule update --init --recursive - git submodule update --recursive --remote - run: deno test --allow-all --coverage=cov/ src/ - name: Collect coverage run: deno coverage cov/ --lcov --output=coverage.lcov