Skip to content

Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 (#444) #906

Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 (#444)

Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 (#444) #906

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: Unit Tests
run: ./mvnw test