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