Skip to content

Bump superdesk-planning from cb87d9d to 463c1b6 in /client (#395) #1415

Bump superdesk-planning from cb87d9d to 463c1b6 in /client (#395)

Bump superdesk-planning from cb87d9d to 463c1b6 in /client (#395) #1415

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:
uses: superdesk/superdesk/.github/workflows/client.yml@develop