Skip to content

h-fix in the entity #19

h-fix in the entity

h-fix in the entity #19

Workflow file for this run

name: KocelaBuild
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: KocelaInterview.apk
path: app/build/outputs/apk/debug/app-debug.apk