Skip to content

Fix configuration cache compatibility #52

Fix configuration cache compatibility

Fix configuration cache compatibility #52

Workflow file for this run

name: "Preintegration Checks"
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: "Check Android Project"
run: './gradlew clean check assemble'
- name: "Check Gradle Plugin Project"
run: './gradlew -p include-build clean check jar'