Screenly / Playground

Various examples of how developers can use Screenly and Screenly's API
https://www.screenly.io
MIT License
25 stars 11 forks source link

Edge App deploy workflow steps should also be failed on CLI command fails #154

Closed rusko124 closed 9 months ago

rusko124 commented 9 months ago

An example workflow: https://github.com/Screenly/Playground/actions/runs/7545920425/job/20542576908

The Deploy Edge App step is successful, but the CLI command returned an error: Failed to upload edge app: App id cannot be empty. Provide it either in manifest or with --app-id..

vpetersson commented 9 months ago

The run now fails as it should: https://github.com/Screenly/Playground/actions/runs/7545920425/job/20566666318

Closing.