Skip to content

Commit c626ad4

Browse files
committed
added cucumber tests to GA workflow
1 parent 3008c7b commit c626ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci
2929
- run: npm run eslint
30+
- run: npm run test-cucumber
3031
- run: npm test

0 commit comments

Comments
 (0)