Initial for GitHub Actions

This commit is contained in:
Artem Bilan
2020-12-08 13:26:47 -05:00
parent 15c2d16866
commit 45877ba9bc
2 changed files with 34 additions and 2 deletions

32
.github/workflows/pr-build-workflow.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
name: Pull Request build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq
ports:
- 5672:5672
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run Gradle
uses: burrunan/gradle-cache-action@v1
env:
SI_FATAL_WHEN_NO_BEANFACTORY: true
NO_REFERENCE_TASK: true
with:
arguments: checkAsciidocLinks check