Skip to content

test: before isAlive test, do waitFor with timeout #49

test: before isAlive test, do waitFor with timeout

test: before isAlive test, do waitFor with timeout #49

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
- 'refactor'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version-file: '.java-version'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
# - name: Run snapshot action
# uses: mikepenz/[email protected]