Skip to content

Commit f7e56d1

Browse files
committed
add camera_demo github-action
1 parent a1d53bb commit f7e56d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/check-build-apps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,10 @@ jobs:
3838
. ./export.sh
3939
cd ${{ github.workspace }}/apps/tuya.ai/your_otto_robot
4040
tos.py dev bac -d ${{ github.workspace }}/dist
41+
- name: Check [camera_demo] Build
42+
run: |
43+
cd ${{ github.workspace }}
44+
. ./export.sh
45+
cd ${{ github.workspace }}/apps/tuya_cloud/camera_demo
46+
tos.py dev bac -d ${{ github.workspace }}/dist
4147
- run: echo "💡 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)