๐ style(AudiPlayer): adjust rate-box ๐ style: #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test CI | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: โ ่ฎพ็ฝฎ pnpm | |
uses: pnpm/action-setup@v2 | |
with: | |
version: latest | |
- name: ๐ ๅๅค Node.js ็ฏๅข | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '16' | |
- name: ๐ณ ๅฎ่ฃ ไพ่ต | |
run: pnpm install | |
- name: โ ๆต่ฏๆฃๆฅ | |
run: pnpm run test:coverage | |
- name: โฌ๏ธไธไผ ่ณ Codecov | |
uses: codecov/codecov-action@v3 |