Skip to content

Bump prismjs from 1.29.0 to 1.30.0 in the npm_and_yarn group across 1 directory #47

Bump prismjs from 1.29.0 to 1.30.0 in the npm_and_yarn group across 1 directory

Bump prismjs from 1.29.0 to 1.30.0 in the npm_and_yarn group across 1 directory #47

Workflow file for this run

name: Test
on:
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-22.04-2core-arm64
steps:
- uses: actions/checkout@v4
- name: Install deps
run: yarn && yarn playwright install --with-deps
- name: Run unit tests
run: yarn test
- name: Build Storybook
run: yarn storybook:build
- name: Run Storybook tests
run: yarn storybook:test-ci