Skip to content

Bump newsroom-core from 437a798 to 2f9750c in /client #671

Bump newsroom-core from 437a798 to 2f9750c in /client

Bump newsroom-core from 437a798 to 2f9750c in /client #671

Workflow file for this run

name: "CI"
on:
[ push, pull_request ]
jobs:
server:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: ./.github/workflows/server.yml
with:
python-version: ${{ matrix.python-version }}
pytest:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: ./.github/workflows/pytest.yml
with:
python-version: ${{ matrix.python-version }}
behave:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: ./.github/workflows/behave.yml
with:
python-version: ${{ matrix.python-version }}
client:
uses: ./.github/workflows/client.yml