Merge pull request #127 from felinae98/update-action

update workflow
This commit is contained in:
felinae98 2022-10-16 17:49:45 +08:00 committed by GitHub
commit 51afcf4f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,6 @@ jobs:
test: test:
name: Test Coverage name: Test Coverage
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
needs: build-frontend
strategy: strategy:
matrix: matrix:
python-version: ["3.10"] python-version: ["3.10"]
@ -59,12 +58,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - 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 - name: Setup Python environment
uses: ./.github/actions/setup-python uses: ./.github/actions/setup-python
with: with: