Skip to content

✨ 添加png图片的webworker压缩处理 #51

✨ 添加png图片的webworker压缩处理

✨ 添加png图片的webworker压缩处理 #51

Workflow file for this run

name: Run Tests on Push and Pull Request
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install pnpm
run: |
npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Run unit tests
run: pnpm test