Skip to content

fix badua.yml 3

fix badua.yml 3 #13

Workflow file for this run

name: surefire_mvn_build_try
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '20'
distribution: 'temurin'
- name: Maven build
run: mvn clean verify
- name: Upload Surefire reports
uses: actions/upload-artifact@v3
with:
name: surefire-reports
path: zookeeper-server/target/surefire-reports
if-no-files-found: error