From e2e90b7bbe642128a1f9f9c9c293486c16798136 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sun, 16 Oct 2022 17:38:57 +0800 Subject: [PATCH] update workflow --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65a1b61..0ec53a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: