File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
22
33on :
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
You can’t perform that action at this time.
0 commit comments