This commit is contained in:
David Anson 2025-07-06 06:45:08 +00:00
parent d70a7a1b4a
commit 07a441319a

View file

@ -27,9 +27,10 @@ jobs:
# REMOVE NEXT LINE # REMOVE NEXT LINE
- run: node scripts/index.mjs delete test/markdownlint-test-repos-dotnet-docs.mjs test/markdownlint-test-repos-mdn-content.mjs - run: node scripts/index.mjs delete test/markdownlint-test-repos-dotnet-docs.mjs test/markdownlint-test-repos-mdn-content.mjs
- run: npm run clone-test-repos - run: npm run clone-test-repos
# - run: npm run update-test-repos - run: npm run update-test-repos
- run: ./node_modules/.bin/ava --timeout=11m --update-snapshots test/markdownlint-test-repos-small.mjs
continue-on-error: true continue-on-error: true
env:
AVA_FORCE_CI: not-ci
- run: exit 0 - run: exit 0
if: ${{ success() }} if: ${{ success() }}
- run: git add . - run: git add .