Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataswalker authored Apr 11, 2022
1 parent b1fb97c commit 961a806
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run test:unit

- name: Run TestCafe tests on headless Chrome
uses: DevExpress/testcafe-action@latest
with:
args: "chrome:headless test/e2e/*.test.js"

0 comments on commit 961a806

Please sign in to comment.