From 81d4c445e194e53c63c100eb6522b7d8c4843a5c Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Thu, 9 Apr 2026 17:23:59 +0200 Subject: [PATCH] fix(ci): use @ui tag instead of @critical for e2e UI tests --- .github/workflows/release-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-gate.yml b/.github/workflows/release-gate.yml index 6a279c9..8792afb 100644 --- a/.github/workflows/release-gate.yml +++ b/.github/workflows/release-gate.yml @@ -591,12 +591,12 @@ jobs: docker compose logs exit 1 - - name: Run critical UI tests + - name: Run UI tests run: > mvn test -f e2e/ui/pom.xml -DbaseUrl=http://localhost:3000 -DuiBaseUrl=http://localhost:3000 - -Dkarate.options="--tags @critical" + -Dkarate.options="--tags @ui" - name: Upload Karate UI reports if: always()