Skip to content

Bump testfx.version from 4.0.17 to 4.0.18 #44

Bump testfx.version from 4.0.17 to 4.0.18

Bump testfx.version from 4.0.17 to 4.0.18 #44

name: main.windows.temurin.current
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 19
- name: Build
run: mvn -DskipTests=true --errors clean verify site