Skip to content

build(deps-dev): bump cypress from 13.15.1 to 13.15.2 in /e2e #1265

build(deps-dev): bump cypress from 13.15.1 to 13.15.2 in /e2e

build(deps-dev): bump cypress from 13.15.1 to 13.15.2 in /e2e #1265

name: PR vma-archiver
on:
create:
branches:
- '**'
pull_request:
branches:
- '**'
push:
branches:
- '**'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report