Skip to content

Commit

Permalink
[TV app] Enable Tests (#8327)
Browse files Browse the repository at this point in the history
* Enable TV app testing

* Update tests per latest comments
  • Loading branch information
lazarkov authored and pull[bot] committed Aug 6, 2021
1 parent 55e73d5 commit 2610997
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
timeout-minutes: 5
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug/standalone/ chip_config_network_layer_ble=false is_tsan=${USE_TSAN}
- name: Build TV app
timeout-minutes: 5
run: |
scripts/examples/gn_build_example.sh examples/tv-app/linux out/debug/standalone/ chip_config_network_layer_ble=false is_tsan=${USE_TSAN}
- name: Build chip-tool
timeout-minutes: 5
run: |
Expand All @@ -84,6 +88,10 @@ jobs:
run: |
ifconfig -a
scripts/tests/test_suites.sh
- name: Run TV Tests
timeout-minutes: 10
run: |
scripts/tests/test_suites.sh -a tv
- name: Uploading core files
uses: actions/upload-artifact@v2
if: ${{ failure() }}
Expand Down

0 comments on commit 2610997

Please sign in to comment.