Skip to content

build(deps): bump @types/sockjs-client from 1.5.3 to 1.5.4 in /vma-gui #655

build(deps): bump @types/sockjs-client from 1.5.3 to 1.5.4 in /vma-gui

build(deps): bump @types/sockjs-client from 1.5.3 to 1.5.4 in /vma-gui #655

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