We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463507d commit 5948525Copy full SHA for 5948525
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
gulp genAikey
56
vsce package
57
- name: run tests
58
- if: ${{ matrix.os != windows-latest' }}
+ if: ${{ matrix.os != 'windows-latest' }}
59
uses: GabrielBB/xvfb-action@v1
60
with:
61
run: npm test --silent
0 commit comments