Skip to content

Bump pytest from 8.4.1 to 8.4.2 in /server #76

Bump pytest from 8.4.1 to 8.4.2 in /server

Bump pytest from 8.4.1 to 8.4.2 in /server #76

Workflow file for this run

name: "CI"
on: [push, pull_request]
jobs:
server:
strategy:
matrix:
python-version: ['3.10']
uses: superdesk/superdesk/.github/workflows/server.yml@develop
with:
python-version: ${{ matrix.python-version }}
pytest:
strategy:
matrix:
python-version: ['3.10']
uses: superdesk/superdesk/.github/workflows/pytest.yml@develop
with:
python-version: ${{ matrix.python-version }}
client:
strategy:
matrix:
node-version: ['14', '22']
uses: superdesk/superdesk/.github/workflows/client.yml@develop