From e86d48b2441b9ef1caf00bb14381289a9f3810b7 Mon Sep 17 00:00:00 2001 From: Luis E <35935591+luisecm@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:40:26 -0600 Subject: [PATCH] chore(appium): move appium install steps from workflow (#1980) --- .github/workflows/ui-test-automation.yml | 30 ------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/ui-test-automation.yml b/.github/workflows/ui-test-automation.yml index 0a23c3c83d6..fc2938b016a 100644 --- a/.github/workflows/ui-test-automation.yml +++ b/.github/workflows/ui-test-automation.yml @@ -264,16 +264,6 @@ jobs: sudo xattr -r -d com.apple.quarantine /Applications/Uplink.app sudo xattr -r -d com.apple.quarantine /Applications/Uplink2.app - - name: Install Appium Server 💻 - run: | - npm install -g appium@next - appium -v - - - name: Install Appium Driver 💻 - run: | - appium driver install mac2 - appium driver list - - name: Update MacOS runner to not autocorrect text run: | defaults write -g NSAutomaticCapitalizationEnabled -bool false @@ -412,16 +402,6 @@ jobs: sudo xattr -r -d com.apple.quarantine /Applications/Uplink2.app sudo xattr -r -d com.apple.quarantine /Applications/Uplink3.app - - name: Install Appium Server 💻 - run: | - npm install -g appium@next - appium -v - - - name: Install Appium Driver 💻 - run: | - appium driver install mac2 - appium driver list - - name: Update MacOS runner to not autocorrect text run: | defaults write -g NSAutomaticCapitalizationEnabled -bool false @@ -560,16 +540,6 @@ jobs: cp -r C:\Program` Files\uplink\extra\themes\ $home/.uplink/themes cp -r C:\Program` Files\uplink\extensions\emoji_selector.dll $home/.uplink/extensions - - name: Install and Run Appium Server 💻 - run: | - npm install -g appium@next - appium -v - - - name: Install Appium Driver 💻 - run: | - appium driver install --source=npm appium-windows-driver - appium driver list - - name: Setup FFMPEG to record screen uses: FedericoCarboni/setup-ffmpeg@v2 id: setup-ffmpeg