Skip to content

Commit edd250a

Browse files
committed
fix ci
1 parent e90a1f9 commit edd250a

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, master]
66
pull_request:
77
workflow_dispatch:
88

@@ -35,20 +35,11 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636

3737
- name: Set up workspace
38-
id: workspace
3938
uses: lgc-NB2Dev/workspace/.github/actions/setup-workspace@main
4039

41-
- name: Install prerequisites
42-
working-directory: ${{ steps.workspace.outputs.workspace-directory }}
43-
run: |-
44-
uv sync
45-
uv run playwright install chromium
46-
4740
- name: Install Specific Version Pydantic (Bash)
48-
working-directory: ${{ steps.workspace.outputs.workspace-directory }}
4941
shell: bash
5042
run: uv add "pydantic$PYDANTIC_VERSION"
5143

5244
- name: Run Pytest
53-
working-directory: ${{ steps.workspace.outputs.workspace-directory }}
54-
run: uv run pytest plugins/nonebot-plugin-picmenu-next/tests_nbp_picmenu_next
45+
run: uv run pytest

0 commit comments

Comments
 (0)