mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
wip
This commit is contained in:
parent
d70a7a1b4a
commit
07a441319a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update-test-repos.yml
vendored
5
.github/workflows/update-test-repos.yml
vendored
|
|
@ -27,9 +27,10 @@ jobs:
|
|||
# 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 clone-test-repos
|
||||
# - run: npm run update-test-repos
|
||||
- run: ./node_modules/.bin/ava --timeout=11m --update-snapshots test/markdownlint-test-repos-small.mjs
|
||||
- run: npm run update-test-repos
|
||||
continue-on-error: true
|
||||
env:
|
||||
AVA_FORCE_CI: not-ci
|
||||
- run: exit 0
|
||||
if: ${{ success() }}
|
||||
- run: git add .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue