We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45016ba commit 8f795b0Copy full SHA for 8f795b0
.github/workflows/test.yml
@@ -31,6 +31,4 @@ jobs:
31
- name: Run Tests
32
uses: GabrielBB/xvfb-action@v1
33
with:
34
- run:
35
- - RUNNING_KUI_TEST=true npm run watch:electron
36
- - npm test
+ run: RUNNING_KUI_TEST=true npm run watch:electron && npm test
0 commit comments