Skip to content

Commit

Permalink
skip ui test other than linux
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan committed May 28, 2024
1 parent e2890cf commit c1dcaca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
# Run UI tests
- name: Run UI Test
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
env:
NODE_OPTIONS: --max_old_space_size=16384
if: runner.os == 'Linux'
with:
run: yarn run ui-test
options: -screen 0 1920x1080x24
Expand Down

0 comments on commit c1dcaca

Please sign in to comment.