Skip to content

Fix command syntax and checkout in nightly pipeline #64

Fix command syntax and checkout in nightly pipeline

Fix command syntax and checkout in nightly pipeline #64

Workflow file for this run

name: Android CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew buildPlayStoreDebug