Skip to content

Commit

Permalink
skip ui test other than linux machine
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan committed May 28, 2024
1 parent c1dcaca commit d6b9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
env:
NODE_OPTIONS: --max_old_space_size=16384
if: runner.os == 'Linux'
if: matrix.os == 'ubuntu-latest'
with:
run: yarn run ui-test
options: -screen 0 1920x1080x24
Expand Down

0 comments on commit d6b9272

Please sign in to comment.