Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Merge pull request #202 from Leptopoda/fix/api_recipeId #1575

Merge pull request #202 from Leptopoda/fix/api_recipeId

Merge pull request #202 from Leptopoda/fix/api_recipeId #1575

Workflow file for this run

name: "Build"
on:
pull_request:
types: [review_requested, ready_for_review]
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '12.x'
distribution: 'adopt'
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter pub get
- run: flutter build apk --debug