Skip to content

Merge pull request #18844 from grisu48/container_refactoring #28882

Merge pull request #18844 from grisu48/container_refactoring

Merge pull request #18844 from grisu48/container_refactoring #28882

Workflow file for this run

---
name: isotovideo
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: "CI: Running isotovideo test"
steps:
- uses: actions/checkout@v3
- name: Run isotovideo tests
run: make test-isotovideo
- name: Error in isotovideo
if: ${{ failure() }}
run: echo 'isotovideo failed, something modified the default schedule or the output; run locally to find out more.' && exit 1