Skip to content

Commit

Permalink
Merge pull request #434 from centrica-engineering/test/ava-coverage
Browse files Browse the repository at this point in the history
Additional scripts tests and git action
  • Loading branch information
MekalaNagarajan-Centrica committed Sep 28, 2022
2 parents bdd17ca + 5938f65 commit 43bdbdd
Show file tree
Hide file tree
Showing 14 changed files with 660 additions and 174 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@ jobs:
name: code-coverage
path: packages/library/coverage/lcov-report/*
if-no-files-found: warn

scripts-testing:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: bahmutov/npm-install@v1
- run: npm run test:scripts
- uses: actions/upload-artifact@v3
with:
name: code-coverage
path: packages/library/coverage/scripts-coverage/*
if-no-files-found: warn

storybook-accessibility:
runs-on: ubuntu-latest
Expand Down
257 changes: 257 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43bdbdd

Please sign in to comment.