From 527bf0b6cdd2ea81fc361f7289b09acad33b0090 Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Fri, 10 Apr 2026 07:19:47 +0200 Subject: [PATCH] revert: restore @critical tag for e2e UI tests in release-gate --- .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 8792afb..6a279c9 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 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()