Skip to content

build(deps): bump postcss, @storybook/addon-essentials and @storybook/web-components #91

build(deps): bump postcss, @storybook/addon-essentials and @storybook/web-components

build(deps): bump postcss, @storybook/addon-essentials and @storybook/web-components #91

Workflow file for this run

name: Coveralls
on:
# Run on main changes to track test coverage over time
push:
branches:
- 'main'
# Leave a PR comment to surface test coverage changes
pull_request: ~
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install deps
run: npm ci
- name: Run tests and generate coverage report
run: npm run test--coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}