We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab6d31 commit 463507dCopy full SHA for 463507d
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: macos setup
40
if: ${{ matrix.os == 'macos-latest' }}
41
run: |
42
- /usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
43
brew install arduino --cask
44
- name: preinstall
45
@@ -55,7 +55,7 @@ jobs:
55
gulp genAikey
56
vsce package
57
- name: run tests
58
- if: ${{ matrix.os == 'ubuntu-latest' }} || ${{ matrix.os == 'macos-latest' }}
+ if: ${{ matrix.os != windows-latest' }}
59
uses: GabrielBB/xvfb-action@v1
60
with:
61
run: npm test --silent
0 commit comments