Skip to content

Commit

Permalink
chore: update android run script
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Oct 16, 2024
1 parent 1edefdb commit 5a927ee
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ jobs:
npm run run-e2e-ios
android:
if: false
runs-on: macos-14
if: true
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand All @@ -47,8 +51,11 @@ jobs:
- name: Sdk
run: |
yes Y | sdkmanager --licenses
- run: |
npm i
npm run build
- name: "Run Tests"
run: |
curl -Ls "https://get.maestro.mobile.dev" | bash
export PATH="$PATH":"$HOME/.maestro/bin"
./e2e/scripts/RunAndroidTest.sh
npm run run-e2e-android

0 comments on commit 5a927ee

Please sign in to comment.