Bump newsroom-core from ff2815d
to 3d903ca
in /client
#1397
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: "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 | |
behave: | |
uses: superdesk/newsroom-app/.github/workflows/behave.yml@develop | |
client: | |
uses: superdesk/newsroom-app/.github/workflows/client.yml@develop |