update workflow

This commit is contained in:
felinae98 2022-10-16 17:38:57 +08:00
parent c8a4644e40
commit e2e90b7bbe
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -46,7 +46,6 @@ jobs:
test:
name: Test Coverage
runs-on: ${{ matrix.os }}
needs: build-frontend
strategy:
matrix:
python-version: ["3.10"]
@ -59,12 +58,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download frontend files
uses: actions/download-artifact@v2
with:
name: frontend
path: ./src/plugins/nonebot_bison/admin_page/dist
- name: Setup Python environment
uses: ./.github/actions/setup-python
with: