From 31788dc75798ab794015c6cc0dadcaface6ece49 Mon Sep 17 00:00:00 2001 From: katarzynazawada <42930265+katarzynazawada@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:51:05 +0200 Subject: [PATCH] IBX-8636: Added new tag to admin-ui job (#52) Co-authored-by: katarzynazawada <> --- .github/workflows/browser-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index 72dbc5a..23709ba 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -14,7 +14,7 @@ jobs: with: project-edition: 'oss' test-setup-phase-1: '--profile=setup --suite=content-translation --mode=standard' - test-suite: '--profile=browser --suite=admin-ui' + test-suite: '--profile=browser --suite=admin-ui --tags=~@IbexaDXP' timeout: 40 secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}