Skip to content

Bump next from 14.1.1 to 14.2.10 in /src/main/frontend (#2603) #2513

Bump next from 14.1.1 to 14.2.10 in /src/main/frontend (#2603)

Bump next from 14.1.1 to 14.2.10 in /src/main/frontend (#2603) #2513

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}