Skip to content

feat(chore): add button test #4

feat(chore): add button test

feat(chore): add button test #4

Workflow file for this run

name: Test Components
on:
pull_request_target:
types: [opened, reopened]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm run test