Skip to content

Commit 34db576

Browse files
committed
test: another github actions attempt
1 parent 8f795b0 commit 34db576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run build
30+
- run: RUNNING_KUI_TEST=true npm run watch:electron
3131
- name: Run Tests
3232
uses: GabrielBB/xvfb-action@v1
3333
with:
34-
run: RUNNING_KUI_TEST=true npm run watch:electron && npm test
34+
run: npm test

0 commit comments

Comments
 (0)