Skip to content

feat: add Notification component test #8

feat: add Notification component test

feat: add Notification component test #8

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"