Skip to content

Commit

Permalink
Debug MacOS test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Feb 3, 2025
1 parent 41fe063 commit 124fc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# run: node ./bin/bundle.js bundle -p docs-search-client-halogen

- name: Run tests
run: node ./bin/bundle.js test -- -e "warns about a malformed config, but stops parsing down the tree"
run: node ./bin/bundle.js test -- -E "(warns about a malformed config, but stops parsing down the tree)|(#1208)"

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

0 comments on commit 124fc0f

Please sign in to comment.