diff --git a/.github/workflows/update-test-repos.yml b/.github/workflows/update-test-repos.yml index c84da98e..ad629461 100644 --- a/.github/workflows/update-test-repos.yml +++ b/.github/workflows/update-test-repos.yml @@ -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() }}