Skip to content

Bump glob from 10.4.5 to removed in /web-backend/src/main/frontend in the npm_and_yarn group across 1 directory #113

Bump glob from 10.4.5 to removed in /web-backend/src/main/frontend in the npm_and_yarn group across 1 directory

Bump glob from 10.4.5 to removed in /web-backend/src/main/frontend in the npm_and_yarn group across 1 directory #113

name: maven pull-request verify
on:
pull_request:
branches:
- develop
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
server-id: github
settings-path: ~/.m2
- name: Build and verify with Maven
run: mvn clean verify --file web-backend/pom.xml