Skip to content

Commit

Permalink
Debug Windows failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jan 19, 2025
1 parent 8bafbd1 commit 4b40174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4b40174

Please sign in to comment.