Skip to content

Commit

Permalink
Remove xharness from macOS pipeline (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Aug 5, 2024
1 parent f51d414 commit 62e07ca
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ui-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
- name: Build App
run: dotnet build ${{ env.CSPROJ_TO_BUILD }} -f ${{ env.TARGET_FRAMEWORK }} -c ${{ env.BUILD_CONFIGURATION }}

- name: Install xharness
run: |
dotnet tool install Microsoft.DotNet.XHarness.CLI \
--global \
--add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json \
--version "9.0.0-prerelease*"
- name: Install Appium
run: |
npm install -g appium
Expand All @@ -63,4 +56,4 @@ jobs:
name: logs-and-screenshots
path: |
${{ env.ARTIFACTS_PATH }}/**/*.*
${{ env.SCREENCAPTURE_FOLDER }}/*.png
${{ env.SCREENCAPTURE_FOLDER }}/*.png

0 comments on commit 62e07ca

Please sign in to comment.