Skip to content

feat: add shortcuts for greek letters and primes #103

feat: add shortcuts for greek letters and primes

feat: add shortcuts for greek letters and primes #103

Workflow file for this run

name: Storybook Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
# Make sure to grab the latest version of the Playwright image
# https://playwright.dev/docs/docker#pull-the-image
image: mcr.microsoft.com/playwright:v1.56.1-noble
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: 'package.json'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test-storybook