revert: restore @critical tag for e2e UI tests in release-gate

This commit is contained in:
Pier-Jean Malandrino 2026-04-10 07:19:47 +02:00
parent bd47a580da
commit 527bf0b6cd

View file

@ -591,12 +591,12 @@ jobs:
docker compose logs
exit 1
- name: Run UI tests
- name: Run critical UI tests
run: >
mvn test -f e2e/ui/pom.xml
-DbaseUrl=http://localhost:3000
-DuiBaseUrl=http://localhost:3000
-Dkarate.options="--tags @ui"
-Dkarate.options="--tags @critical"
- name: Upload Karate UI reports
if: always()