Skip to content

remove old combobox #3550

remove old combobox

remove old combobox #3550

Workflow file for this run

name: Server CI Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.17
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B test --file pom.xml