Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
niley7464 committed Jul 4, 2024
1 parent 7bcd63f commit 66b4306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tizen-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Tizen web app build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 66b4306

Please sign in to comment.