Skip to content

Add Test workflow

Add Test workflow #2

Workflow file for this run

name: [Test] Test Task

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run TestNG tests
run: ./gradlew clean testMinAndMaxWithXml