Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Add move to JPro Platform message to the README.md file #292

Add move to JPro Platform message to the README.md file

Add move to JPro Platform message to the README.md file #292

Workflow file for this run

name: Linux build
on: [push]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: compile
run: |
export DISPLAY=:99.0 && /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16;
./gradlew assemble
./gradlew test