Skip to content

[DO NOT MERGE] Debug rate limit failures #4383

[DO NOT MERGE] Debug rate limit failures

[DO NOT MERGE] Debug rate limit failures #4383

Workflow file for this run

name: Build
on:
push:
branches:
- main
- release/*
pull_request:
merge_group:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dummy1:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
dummy2:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
fail-fast: false
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK for running Gradle
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: temurin
java-version: 17
- name: Set up gradle
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
with:
cache-read-only: ${{ github.event_name == 'pull_request' }}
- name: Gradle build and test
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build -x test