We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30e32ca + 93fe1fa commit b5524caCopy full SHA for b5524ca
2 files changed
.github/workflows/test.js.yml
@@ -27,4 +27,6 @@ jobs:
27
- run: |
28
sudo pip install robotframework==${{ matrix.robot-version }}
29
npm install
30
- pybot test
+ - run: npm test
31
+ env:
32
+ CI: true
package.json
@@ -40,7 +40,7 @@
40
"mocha": ">=3.4.2"
41
},
42
"scripts": {
43
- "test": "mocha && pybot test"
+ "test": "mocha"
44
45
"engines": {
46
"node": ">=0.10",
0 commit comments