Merge pull request #127 from scub-france/fix/batch-progress-and-version

fix(ci): use @ui tag instead of @critical for e2e UI tests
This commit is contained in:
Pier-Jean Malandrino 2026-04-09 20:38:02 +02:00 committed by GitHub
commit bd47a580da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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