Skip to content

Unit Test

Unit Test #1

Workflow file for this run

name: Unit Test
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run TestNG tests
run: ./gradlew clean testMinAndMaxWithXml