Skip to content

Commit

Permalink
chore(appium): move appium install steps from workflow (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm authored Apr 17, 2024
1 parent 46d3d7d commit e86d48b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e86d48b

Please sign in to comment.