Skip to content

fix: fix Notification component bug #7

fix: fix Notification component bug

fix: fix Notification component bug #7

name: Component test
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ⎔ Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.30.3
- name: Install dependencies
run: pnpm install
- name: Run component test
run: "pnpm -F vuesax-ts cypress:run"