Bump superdesk-core from 18c5362
to 43b4fbd
in /client
#63
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: "Test" | |
on: [push, pull_request] | |
jobs: | |
server: | |
uses: superdesk/superdesk/.github/workflows/server.yml@develop | |
client: | |
uses: superdesk/superdesk/.github/workflows/client.yml@develop | |
docker: | |
uses: superdesk/superdesk/.github/workflows/docker.yml@develop |