Skip to content

Commit c9d6e4a

Browse files
author
maxime.dharboulle
committed
edit ci
1 parent fec299c commit c9d6e4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
run: |
1414
npm install
1515
npm run build
16+
ls
1617
npm run test:unit
1718
npm run test:cucumber

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "rimraf ./build && tsc && npm run clean-build",
88
"clean-build": "rimraf ./build/features && mv ./build/src/* ./build && rmdir ./build/src",
99
"test:cucumber": "cucumber-js -p default",
10-
"test:unit": "rimraf ./build && tsc && mocha ./test/test.js"
10+
"test:unit": "npm run build && mocha ./test/test.js"
1111
},
1212
"keywords": [
1313
"gherkin",

0 commit comments

Comments
 (0)