From 95442abd1da720fe66f8e59c0212cb76166ece87 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 6 Jul 2025 06:28:22 +0000 Subject: [PATCH] wip --- .github/workflows/update-test-repos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() }}