Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Ходосова Елена, timestamp #3222

Ходосова Елена, timestamp

Ходосова Елена, timestamp #3222

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
on: [pull_request]
jobs:
build:
runs-on: self-hosted
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build