Skip to content

Replace old screenshots with new image links #132

Replace old screenshots with new image links

Replace old screenshots with new image links #132

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Tests
run: mvn test