Skip to content

test: update radio story #68

test: update radio story

test: update radio story #68

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- ".github/workflows/publish.yaml"
- ".github/workflows/storybook.yaml"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: "20.11.1"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- uses: actions/cache@v3
with:
path: |
~/.pnpm-store
**/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- run: pnpm install
- run: pnpm -r build
- run: pnpm -r test