Skip to content

Commit 8f795b0

Browse files
committed
test: fix for github actions parse error
1 parent 45016ba commit 8f795b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ jobs:
3131
- name: Run Tests
3232
uses: GabrielBB/xvfb-action@v1
3333
with:
34-
run:
35-
- RUNNING_KUI_TEST=true npm run watch:electron
36-
- npm test
34+
run: RUNNING_KUI_TEST=true npm run watch:electron && npm test

0 commit comments

Comments
 (0)