From 2c801f9309b6b877fd75381e0dcf3dbf4b0899ed Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 20 Dec 2022 15:37:30 +0100 Subject: [PATCH] test: fix service tests (#19592) --- .github/workflows/tests_secondary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 13931d59a1447..696bda8620710 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -194,7 +194,7 @@ jobs: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: npm run build - run: npx playwright install --with-deps chromium - - run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- --project='Chromium page tests' + - run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test if: matrix.mode == 'service' env: PWTEST_MODE: ${{ matrix.mode }}