Skip to content

Commit 961a806

Browse files
Update node.js.yml
1 parent b1fb97c commit 961a806

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ jobs:
3131
cache: 'npm'
3232
- run: npm ci
3333
- run: npm run build --if-present
34-
- run: npm test
34+
- run: npm run test:unit
35+
36+
- name: Run TestCafe tests on headless Chrome
37+
uses: DevExpress/testcafe-action@latest
38+
with:
39+
args: "chrome:headless test/e2e/*.test.js"

0 commit comments

Comments
 (0)