Skip to content

Commit

Permalink
chore: Disable android emulator
Browse files Browse the repository at this point in the history
Fixed in 1.28
  • Loading branch information
jeromelaban committed Jan 7, 2025
1 parent 106ed42 commit e737f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
$ProgressPreference = 'SilentlyContinue'
& dotnet --list-sdks
& dotnet tool install --global --version ${{ matrix.previous_tool_version }} uno.check
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip wsl --skip edgewebview2 ${{ matrix.previous_tool_params }}
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip androidemulator --skip wsl --skip edgewebview2 ${{ matrix.previous_tool_params }}
& dotnet tool uninstall --global uno.check
- name: Install and Run Tool
Expand All @@ -307,7 +307,7 @@ jobs:
$ProgressPreference = 'SilentlyContinue'
& dotnet --list-sdks
& dotnet tool install --global --version ${{ steps.gitversion.outputs.semVer }} --add-source NuGet/ uno.check
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip wsl --skip edgewebview2 --manifest ${{ matrix.manifest }} ${{ matrix.tool_params }}
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip androidemulator --skip wsl --skip edgewebview2 --manifest ${{ matrix.manifest }} ${{ matrix.tool_params }}
testlinux:
name: Validate Tool - Linux - ${{ matrix.manifest_name }}
Expand Down

0 comments on commit e737f8d

Please sign in to comment.