Skip to content

Commit 4862e29

Browse files
committed
npm audit + run cucumber + dependencies
1 parent 6deace5 commit 4862e29

5 files changed

Lines changed: 7474 additions & 247 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
timeout-minutes: 5
1717
runs-on: ubuntu-latest
18-
18+
1919
steps:
2020
- uses: actions/checkout@v2
2121

@@ -30,5 +30,7 @@ jobs:
3030
working-directory: source
3131
run: |
3232
npm install
33+
npm audit
3334
node_modules/.bin/gulp lint
3435
node_modules/.bin/gulp test
36+
node_modules/.bin/cucumber-js test/ --tags @core

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)