Skip to content

ci: update of files from global .github repo Signed-off-by: microcks-bot <[email protected]> #28

ci: update of files from global .github repo Signed-off-by: microcks-bot <[email protected]>

ci: update of files from global .github repo Signed-off-by: microcks-bot <[email protected]> #28

Workflow file for this run

name: build-verify-package
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
jobs:
build-verify-package:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK 8 for x64
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
architecture: x64
cache: maven
- name: Build Java components
run: mvn -B clean package