Skip to content

Commit

Permalink
Update submodules in the usual way
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 2, 2024
1 parent 95ba32f commit e7a531b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: denoland/[email protected]
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
Expand Down

0 comments on commit e7a531b

Please sign in to comment.