diff --git a/.github/workflows/tizen-web.yml b/.github/workflows/tizen-web.yml index 693104df..c4b3307c 100644 --- a/.github/workflows/tizen-web.yml +++ b/.github/workflows/tizen-web.yml @@ -2,7 +2,6 @@ name: Tizen web app build on: push: - branches: [ main ] pull_request: branches: [ main ] @@ -14,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - app: ['ImageClassificationSingleShot', 'ImageClassificationPipeline', 'ImageClassificationOffloading', 'ImageClassificationOffloadingYolo'] + app: ['ImageClassificationOffloading'] steps: - uses: actions/setup-python@v5 with: @@ -50,6 +49,7 @@ jobs: tizen package -t wgt -- ${{ github.workspace }}/Tizen.web/${{ matrix.app }}/.buildResult - name: Build native service and create hybrid application if: ${{ matrix.app == 'ImageClassificationOffloading' }} + shell: bash run: | export PATH=$PATH:${{ github.workspace }}/tizen-studio/tools/ide/bin tizen build-native -a arm -- ${{ github.workspace }}/Tizen.web/ImageClassificationOffloadingService