Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 463507d

Browse files
committed
fix tests
1 parent bab6d31 commit 463507d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: macos setup
4040
if: ${{ matrix.os == 'macos-latest' }}
4141
run: |
42-
/usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
42+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
4343
brew install arduino --cask
4444
- name: preinstall
4545
run: |
@@ -55,7 +55,7 @@ jobs:
5555
gulp genAikey
5656
vsce package
5757
- name: run tests
58-
if: ${{ matrix.os == 'ubuntu-latest' }} || ${{ matrix.os == 'macos-latest' }}
58+
if: ${{ matrix.os != windows-latest' }}
5959
uses: GabrielBB/xvfb-action@v1
6060
with:
6161
run: npm test --silent

0 commit comments

Comments
 (0)