Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

build(deps): bump surefire-plugin.version from 3.1.2 to 3.2.1 #123

build(deps): bump surefire-plugin.version from 3.1.2 to 3.2.1

build(deps): bump surefire-plugin.version from 3.1.2 to 3.2.1 #123

Workflow file for this run

name: Pull request build
on:
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
cache-dependency-path: ./src/main/webui/pnpm-lock.yaml
- name: Set up java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
cache: 'maven'
- name: Build and test project
run: mvn --batch-mode clean verify -Pnative