Skip to content

Make history id configurable #19

Make history id configurable

Make history id configurable #19

Workflow file for this run

name: Checks
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [master]
jobs:
compile:
name: "Compile"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache Gradle
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Build
run: ./gradlew assembleRelease assembleDebug