Skip to content

Commit

Permalink
Merge branch 'dev' into upload_ui_rework
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Mar 22, 2024
2 parents 3f42588 + 7931737 commit 9a9bd1d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ jobs:
ref: b574da4ab10cfd7bf38ec0e2b499232a2e8f8eff
path: "./warp"

- name: Install Dependencies for WebdriverIO
continue-on-error: true
run: |
brew update
brew install cairo pango
- name: Download Key file 🗳️
uses: actions/download-artifact@v3
with:
Expand All @@ -224,7 +230,7 @@ jobs:
- name: Setup Node.js 🔨
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 20
cache: "npm"

- name: Cache NPM dependencies 🔨
Expand All @@ -251,8 +257,12 @@ jobs:
working-directory: ./apps
run: |
unzip Uplink-Mac-Universal.zip
cp -r ./Uplink.app ./Uplink2.app
perl -i -pe 's/im.satellite.uplink/im.satellite.uplinkChatUserB/g' ./Uplink2.app/Contents/Info.plist
cp -r ./Uplink.app /Applications/
cp -r ./Uplink2.app /Applications/
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: |
Expand Down Expand Up @@ -341,6 +351,12 @@ jobs:
ref: b574da4ab10cfd7bf38ec0e2b499232a2e8f8eff
path: "./warp"

- name: Install Dependencies for WebdriverIO
continue-on-error: true
run: |
brew update
brew install cairo pango
- name: Download Key file 🗳️
uses: actions/download-artifact@v3
with:
Expand All @@ -357,7 +373,7 @@ jobs:
- name: Setup Node.js 🔨
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 20
cache: "npm"

- name: Cache NPM dependencies 🔨
Expand Down Expand Up @@ -506,7 +522,7 @@ jobs:
- name: Setup Node.js 🔨
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 20
cache: "npm"

- name: Cache NPM dependencies 🔨
Expand Down

0 comments on commit 9a9bd1d

Please sign in to comment.