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 73324bb commit 8c9212e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
run: node ./bin/bundle.js bundle -p docs-search-client-halogen

- name: Run tests
run: bash -c SPAGO_TEST_DEBUG=1 node ./bin/bundle.js test -- -e "fails if running with --offline"
env:
SPAGO_TEST_DEBUG: 1
run: node ./bin/bundle.js test -- -e "fails if running with --offline"

- name: Check formatting (Linux only)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8c9212e

Please sign in to comment.