Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary - disable macOS and linux builds
Browse files Browse the repository at this point in the history
CharlesTaylor7 committed Oct 19, 2023
1 parent 93c9cac commit 1b3398a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: macOS-latest
# - os: ubuntu-latest
# - os: macOS-latest
- os: windows-latest
steps:
# We set LF endings so that the Windows environment is consistent with the rest
@@ -78,6 +78,7 @@ jobs:
- name: Bundle docs-search client
run: |
./bin/index.dev.js bundle -p docs-search-client-halogen
ls .
ls bin
- name: Run tests

0 comments on commit 1b3398a

Please sign in to comment.