Skip to content

add first images to the toolings and ignore not working tests #172

add first images to the toolings and ignore not working tests

add first images to the toolings and ignore not working tests #172

Workflow file for this run

name: build
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: prerequisites
run: >-
sudo apt update --allow-unauthenticated --allow-insecure-repositories &&
sudo apt install gettext openjdk-11-jdk
- name: build
run: ./gradlew package