Skip to content

Magic Connector and Format Painter cursors should be 32x32 and 64x64 … #2973

Magic Connector and Format Painter cursors should be 32x32 and 64x64 …

Magic Connector and Format Painter cursors should be 32x32 and 64x64 … #2973

Workflow file for this run

name: Archi Tests
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
- name: Run Maven tests with a virtual display
run: |
cp .github/toolchains.xml ~/.m2/toolchains.xml
xvfb-run mvn -V clean verify