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 8f795b0 commit 34db576Copy full SHA for 34db576
.github/workflows/test.yml
@@ -27,8 +27,8 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
- - run: npm run build
+ - run: RUNNING_KUI_TEST=true npm run watch:electron
31
- name: Run Tests
32
uses: GabrielBB/xvfb-action@v1
33
with:
34
- run: RUNNING_KUI_TEST=true npm run watch:electron && npm test
+ run: npm test
0 commit comments