Skip to content

reuse github actions #595

reuse github actions

reuse github actions #595

Workflow file for this run

name: "Tests"
on:
[ push, pull_request ]
jobs:
server:
uses: superdesk/newsroom-app/.github/workflows/server.yml@develop
pytest:
uses: superdesk/newsroom-app/.github/workflows/pytest.yml@develop
client:
uses: superdesk/newsroom-app/.github/workflows/client.yml@develop