Skip to content

build(deps): bump cucumber.version from 7.15.0 to 7.16.0 #131

build(deps): bump cucumber.version from 7.15.0 to 7.16.0

build(deps): bump cucumber.version from 7.15.0 to 7.16.0 #131

name: JSMTD jeorg-spring-master-test-drives
on:
push:
branches: [ main ]
pull_request_target:
types:
- closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
- name: Build and test Gradle projects
run: make build-gradle
- name: Build and Test
run: mvn clean install -DskipTests &&
mvn test jacoco:prepare-agent package jacoco:report
- name: Coverage Reports
run: mvn omni-coveragereporter:report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}