1
0

Обновить .gitea/workflows/run-junit.yaml
All checks were successful
tests / run_tests (push) Successful in 12m12s

This commit is contained in:
Владимир Шперлинг 2024-10-29 20:16:00 +00:00
parent 6bb357eeb3
commit 0bf86fa6e5

View File

@ -7,7 +7,7 @@ jobs:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Maven Action - name: Setup Maven Action
uses: s4u/setup-maven-action@v1.15.0 uses: watho/setup-maven-action-gitea@main
with: with:
java-version: 11 java-version: 11
- name: Run tests with Maven - name: Run tests with Maven