Skip to content

move to 1es

move to 1es #43

Workflow file for this run

name: pr-check
on: [ pull_request ]
jobs:
build:
name: Build and test
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
container:
image: adoptopenjdk/openjdk8:latest
steps:
- uses: actions/checkout@v3
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'