Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 in the maven group #651

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 in the maven group

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 in the maven group #651

name: VSA Mono Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'adopt'
cache: maven
- name: Build fast
run: mvn clean install -DskipTests
- name: Build mono
run: cd video-series-mono && mvn clean install