Skip to content

ANDROID-16874 New comparator where order is not important #55

ANDROID-16874 New comparator where order is not important

ANDROID-16874 New comparator where order is not important #55

Workflow file for this run

name: "Preintegration Checks"
on:
pull_request:
workflow_dispatch:
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'