Skip to content

Merge pull request #2 from microcks/dependabot/github_actions/actions… #22

Merge pull request #2 from microcks/dependabot/github_actions/actions…

Merge pull request #2 from microcks/dependabot/github_actions/actions… #22

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build Java components
run: mvn -B test