mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
wip
This commit is contained in:
parent
6457a03b33
commit
95442abd1d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-test-repos.yml
vendored
4
.github/workflows/update-test-repos.yml
vendored
|
|
@ -26,7 +26,9 @@ jobs:
|
|||
- run: npm install
|
||||
# REMOVE NEXT LINE
|
||||
- run: node scripts/index.mjs delete test/markdownlint-test-repos-dotnet-docs.mjs test/markdownlint-test-repos-mdn-content.mjs
|
||||
- run: npm run update-test-repos
|
||||
- run: npm run clone-test-repo
|
||||
# - run: npm run update-test-repos
|
||||
- run: ava --timeout=11m --update-snapshots test/markdownlint-test-repos-small.mjs
|
||||
continue-on-error: true
|
||||
- run: exit 0
|
||||
if: ${{ success() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue