also split node latest check
This commit is contained in:
parent
9126751bd9
commit
9ab77172e4
5
.github/workflows/check_node_latest.yml
vendored
5
.github/workflows/check_node_latest.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.12']
|
python-version: ['3.12']
|
||||||
|
split_index: [1, 2]
|
||||||
node-version: ['node']
|
node-version: ['node']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -30,11 +31,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: |
|
- run: |
|
||||||
poetry run uv pip install pyvirtualdisplay pillow
|
poetry run uv pip install pyvirtualdisplay pillow pytest-split
|
||||||
poetry run playwright install --with-deps
|
poetry run playwright install --with-deps
|
||||||
- run: |
|
- run: |
|
||||||
poetry run pytest tests/test_node_version.py
|
poetry run pytest tests/test_node_version.py
|
||||||
poetry run pytest tests/integration
|
poetry run pytest tests/integration --splits 2 --group ${{matrix.split_index}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user