We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d53bb commit f7e56d1Copy full SHA for f7e56d1
1 file changed
.github/workflows/check-build-apps.yml
@@ -38,4 +38,10 @@ jobs:
38
. ./export.sh
39
cd ${{ github.workspace }}/apps/tuya.ai/your_otto_robot
40
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
47
- run: echo "💡 This job's status is ${{ job.status }}."
0 commit comments