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