From 89ad13bc3c47deeac8988dfcfbcc352176bc883d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Wed, 12 Jun 2024 14:57:24 +0200 Subject: [PATCH] Enable browser tests on all platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #13764 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4cf7f4872f462..b8b3a30630325 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -105,7 +105,7 @@ jobs: yarn test:theia - name: Test (browser) - if: matrix.tests != 'skip' && runner.os == 'Linux' + if: matrix.tests != 'skip' run: | xvfb-run -a yarn browser test