We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcc536 commit d93a138Copy full SHA for d93a138
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
gulp genAikey
51
vsce package
52
- name: run tests
53
+ if: ${{ matrix.os == 'ubuntu-latest' || 'macos-latest'}}
54
uses: GabrielBB/xvfb-action@v1
55
with:
56
run: npm test --silent
0 commit comments