Skip to content

Update dependency element-plus to v2.9.2 #719

Update dependency element-plus to v2.9.2

Update dependency element-plus to v2.9.2 #719

Workflow file for this run

name: Unit-Testing
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Install dependencies
run: pnpm i
- name: Testing
run: pnpm test
env:
CI: true
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}