Skip to content

HBX-3272: Update JUnit dependency to version 6.0.1 #3126

HBX-3272: Update JUnit dependency to version 6.0.1

HBX-3272: Update JUnit dependency to version 6.0.1 #3126

Workflow file for this run

name: Build and Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout PR Branch
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Java 17
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
java-version: 17
distribution: temurin
- name: Build and Test
uses: GabrielBB/xvfb-action@b706e4e27b14669b486812790492dc50ca16b465 # v1.7
with:
run: ./mvnw clean install