Skip to content

Commit

Permalink
remove maestro build
Browse files Browse the repository at this point in the history
updates org name
  • Loading branch information
renam committed Oct 8, 2024
1 parent f2ec0ce commit 447a2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Internal code
uses: actions/checkout@v3
with:
repository: 'timehop/nimbus-android'
repository: 'adsbynimbus/nimbus-android'
path: 'nimbus-android'
ssh-key: ${{ secrets.NIMBUS_ANDROID_KEY }}
lfs: true
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout Nimbus Android Extensions
uses: actions/checkout@v3
with:
repository: 'timehop/nimbus-android-extensions'
repository: 'adsbynimbus/nimbus-android-extensions'
path: 'nimbus-android-extensions'
ssh-key: ${{ secrets.EXTENSIONS_DEPLOY_KEY }}

Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,3 @@ jobs:
if: ${{ !startsWith(github.head_ref, 'arch') }}
uses: ./.github/workflows/internal.yml
secrets: inherit

test:
name: UI Test
needs: sample
runs-on: ubuntu-latest
steps:
- name: Download Release
uses: actions/[email protected]
with:
name: nimbus-android-sample

- name: Checkout Nimbus Mobile QA
uses: actions/checkout@v3
with:
repository: 'timehop/nimbus-mobile-qa'
path: .maestro
ssh-key: ${{ secrets.NIMBUS_QA_DEPLOY }}

- name: Run Maestro Cloud
uses: mobile-dev-inc/[email protected]
with:
api-key: ${{ secrets.MAESTRO_CLOUD }}
app-file: debug/app-debug.apk
env: |
APP_ID=com.adsbynimbus.android.sample

0 comments on commit 447a2e9

Please sign in to comment.