Skip to content

Fix registry/attribute errors in tests mocking the server player #57

Fix registry/attribute errors in tests mocking the server player

Fix registry/attribute errors in tests mocking the server player #57

Workflow file for this run

name: Build Pull Request
on: [ pull_request ]
jobs:
build:
name: build-pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Set up git submodules
run: git submodule init && git submodule update
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Gradle
run: ./gradlew build