Skip to content

WI-79666 Replace unnoticeable help buttons with links to GitHub wiki … #108

WI-79666 Replace unnoticeable help buttons with links to GitHub wiki …

WI-79666 Replace unnoticeable help buttons with links to GitHub wiki … #108

Workflow file for this run

name: Run tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Gradle
run: ./gradlew build
- name: Run unit tests
run: ./gradlew test