Skip to content

Added more clarity and tooltips to test edit page. #139

Added more clarity and tooltips to test edit page.

Added more clarity and tooltips to test edit page. #139

Workflow file for this run

name: running test with github actions
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
name: run unit tests on java 17
steps:
- uses: actions/checkout@master
- name: setup java
uses: actions/setup-java@v1
with:
java-version: 17
- run: gradle unitTests -p backend/app/