Skip to content

action test

action test #1

Workflow file for this run

name: Tizen web app build
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: -${{ github.event.pull_request.commits }}
- name: Build Tizen app
uses: sourcetoad/tizen-build-action@v1.1.1
with:
project-dir: ${{ github.workspace }}/Tizen.web/ImageClassificationOffloading
author-key: "key"
author-password: "pw"