From 96d1015ed1bb3af0f2af9572f15d89f392c32795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carden=CC=83a?= <35935591+luisecm@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:29:52 -0600 Subject: [PATCH] chore(appium): move appium install steps from workflow --- .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