Skip to content

build(deps): bump cucumber.version from 7.11.2 to 7.12.0 #122

build(deps): bump cucumber.version from 7.11.2 to 7.12.0

build(deps): bump cucumber.version from 7.11.2 to 7.12.0 #122

name: JSMTD jeorg-spring-master-test-drives-pull-request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install -DskipTests &&
mvn test jacoco:prepare-agent package jacoco:report