Skip to content

Bump superdesk-core from 43b4fbd to 08243c3 in /client #518

Bump superdesk-core from 43b4fbd to 08243c3 in /client

Bump superdesk-core from 43b4fbd to 08243c3 in /client #518

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 }}
behave:
strategy:
matrix:
python-version: ['3.10']
uses: superdesk/superdesk/.github/workflows/behave.yml@develop
with:
python-version: ${{ matrix.python-version }}
client:
uses: superdesk/superdesk/.github/workflows/client.yml@develop