Skip to content

chore(deps): bump gradle/gradle-build-action from 2.7.0 to 2.8.0 #19

chore(deps): bump gradle/gradle-build-action from 2.7.0 to 2.8.0

chore(deps): bump gradle/gradle-build-action from 2.7.0 to 2.8.0 #19

Workflow file for this run

name: Check
on:
push:
branches-ignore:
- main
paths-ignore:
- '**.md'
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Build
uses: gradle/[email protected]
with:
arguments: build -x test
- name: Test
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 10
command: ./gradlew test