Update .gitea/workflows/workflow.yml

This commit is contained in:
2025-11-24 17:17:06 +00:00
committed by a-tarazevich
parent 1a0a72ea4a
commit 83b3202ea2
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
GITEA_HEAD_REF: ${{ gitea.event.pull_request.head.ref }}
- name: Checkout tests
run: python3 /opt/scripts/copy-tests.py --repo-url "Olympic/NTO-2025-Android-TeamTask-tests" --branch "main" --task-type "spring"
run: python3 /opt/scripts/copy-tests.py --repo-url "Olympic/NTO-2025-Backend-TeamTask-tests" --branch "main" --task-type "spring"
- name: Run tests
run: mvn test