Adjust to flat structure of membrane_demo (#1145) #42
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| branches: ["**"] | |
| workflow_dispatch: | |
| jobs: | |
| build_test: | |
| uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main | |
| with: | |
| submodules: recursive | |
| test: | |
| uses: membraneframework/membrane_actions/.github/workflows/test.yml@main | |
| with: | |
| submodules: recursive | |
| test-flags: "--include long_running" | |
| shards: 4 | |
| lint: | |
| uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main | |
| with: | |
| submodules: recursive |