We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e525219 commit dfd60f8Copy full SHA for dfd60f8
1 file changed
.github/workflows/node.js.yml
@@ -59,3 +59,8 @@ jobs:
59
uses: coverallsapp/github-action@master
60
with:
61
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