Skip to content

Commit b5524ca

Browse files
author
Michele Comignano
committed
Merge branch 'master' of github.com:comick/node-robotremoteserver
2 parents 30e32ca + 93fe1fa commit b5524ca

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- run: |
2828
sudo pip install robotframework==${{ matrix.robot-version }}
2929
npm install
30-
pybot test
30+
- run: npm test
31+
env:
32+
CI: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"mocha": ">=3.4.2"
4141
},
4242
"scripts": {
43-
"test": "mocha && pybot test"
43+
"test": "mocha"
4444
},
4545
"engines": {
4646
"node": ">=0.10",

0 commit comments

Comments
 (0)