Bump superdesk-planning from ee37c70
to bc4dd5b
in /client
#1407
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |