Skip to content

fix: typo in testServer tweakClass; #81

fix: typo in testServer tweakClass;

fix: typo in testServer tweakClass; #81

Workflow file for this run

name: Run gradle tests
on: [ push, pull_request, workflow_dispatch ]
permissions:
contents: read
concurrency:
group: ${{ github.event_name }}-${{ github.ref }}-gradle
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDKs
uses: actions/setup-java@v4
with:
java-version: |
16
8
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run all tests headless
uses: coactions/setup-xvfb@v1
with:
run: ./gradlew check --info --stacktrace
env:
MCIGT_HAS_DISPLAY: true