Skip to content

Remove fluid input text from Distillation Towers GUIs since it's been broken for six years. #1569

Remove fluid input text from Distillation Towers GUIs since it's been broken for six years.

Remove fluid input text from Distillation Towers GUIs since it's been broken for six years. #1569

Workflow file for this run

# Runs tests
name: Java Tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: tests-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Build
uses: ./.github/actions/build_setup
- name: Run Tests with Gradle
run: ./gradlew test --warning-mode all --build-cache