Skip to content

Commit dfd60f8

Browse files
authored
Add UI test step
1 parent e525219 commit dfd60f8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ jobs:
5959
uses: coverallsapp/github-action@master
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
62+
63+
- name: Run UI tests
64+
run: npm run test:ui
65+
env:
66+
BASE_URL: https://localhost:6984/prototype/_design/prototype

0 commit comments

Comments
 (0)