Skip to content

build(deps-dev): bump @storybook/addon-essentials from 7.5.2 to 8.1.11 #1582

build(deps-dev): bump @storybook/addon-essentials from 7.5.2 to 8.1.11

build(deps-dev): bump @storybook/addon-essentials from 7.5.2 to 8.1.11 #1582

Workflow file for this run

name: Jest
on: [pull_request]
jobs:
Run-jest-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Jest
run: |
echo "The job was automatically triggered by a ${{ github.event_name }} event."
npm install
npm run build
npm run test