Skip to content

Commit

Permalink
trying to appease Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Feb 7, 2025
1 parent aeda303 commit 5c9e9fc
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
- push
jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- run: npm install
- run: xvfb-run npm test
- run: npm test
timeout-minutes: 5 # If the tests fails, the browser will hang open indefinitely
2 changes: 1 addition & 1 deletion dist/search-index-5.1.4.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/search-index-esm-5.1.4.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/search-index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5c9e9fc

Please sign in to comment.