1
0
Владимир Шперлинг 0bf86fa6e5
All checks were successful
tests / run_tests (push) Successful in 12m12s
Обновить .gitea/workflows/run-junit.yaml
2024-10-29 20:16:00 +00:00

14 lines
348 B
YAML

name: tests
on: push
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Maven Action
uses: watho/setup-maven-action-gitea@main
with:
java-version: 11
- name: Run tests with Maven
run: mvn -B test --file pom.xml