Skip to content

Commit

Permalink
Enable browser tests on all platforms
Browse files Browse the repository at this point in the history
fixes eclipse-theia#13764

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Nov 29, 2024
1 parent 2078cdf commit 89ad13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89ad13b

Please sign in to comment.