From 4b401748ba1ced839701101d6a493d39237b6780 Mon Sep 17 00:00:00 2001 From: Fyodor Soikin Date: Sat, 18 Jan 2025 23:00:11 -0500 Subject: [PATCH] Debug Windows failure --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0a869187..4fe4362f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,10 +81,10 @@ jobs: - name: Bundle docs-search client run: node ./bin/bundle.js bundle -p docs-search-client-halogen - - name: Run tests - env: - SPAGO_TEST_DEBUG: 1 - run: node ./bin/bundle.js test -- -e "fails if running with --offline" + # - name: Run tests + # env: + # SPAGO_TEST_DEBUG: 1 + # run: node ./bin/bundle.js test -- -e "fails if running with --offline" --no-timeout - name: Check formatting (Linux only) if: matrix.os == 'ubuntu-latest'