Skip to content

fix: update loading test #108

fix: update loading test

fix: update loading test #108

Workflow file for this run

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 --no-frozen-lockfile
- name: Run component test
run: "pnpm -F vuesax-ts cypress:run"