Skip to content

HBX-2062: Investigate failing setup of org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order.TestCase #2102

HBX-2062: Investigate failing setup of org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order.TestCase

HBX-2062: Investigate failing setup of org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order.TestCase #2102

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@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Java 17
uses: actions/setup-java@v1
with:
java-version: 17
java-package: jdk
architecture: x64
- name: Build and Test
uses: GabrielBB/xvfb-action@v1
with:
run: ./mvnw clean install