Skip to content

Added a Stall Condition to the 3 spec auto #179

Added a Stall Condition to the 3 spec auto

Added a Stall Condition to the 3 spec auto #179

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
name: Verify Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build