From d70a7a1b4a7b425c52d4f4c56c52872d66be2645 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 6 Jul 2025 06:32:38 +0000 Subject: [PATCH] wip --- .github/workflows/update-test-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-test-repos.yml b/.github/workflows/update-test-repos.yml index 3e3e2147..1c9d735b 100644 --- a/.github/workflows/update-test-repos.yml +++ b/.github/workflows/update-test-repos.yml @@ -28,7 +28,7 @@ jobs: - 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: ava --timeout=11m --update-snapshots test/markdownlint-test-repos-small.mjs + - run: ./node_modules/.bin/ava --timeout=11m --update-snapshots test/markdownlint-test-repos-small.mjs continue-on-error: true - run: exit 0 if: ${{ success() }}