We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3008c7b commit c626ad4Copy full SHA for c626ad4
.github/workflows/build-node.yaml
@@ -27,4 +27,5 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
- run: npm ci
29
- run: npm run eslint
30
+ - run: npm run test-cucumber
31
- run: npm test
0 commit comments