diff --git a/.github/workflows/internal.yml b/.github/workflows/internal.yml index 9ca094a..8782e4e 100644 --- a/.github/workflows/internal.yml +++ b/.github/workflows/internal.yml @@ -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 @@ -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 }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9990422..473d32d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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/download-artifact@v4.1.7 - 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/action-maestro-cloud@v1.3.3 - with: - api-key: ${{ secrets.MAESTRO_CLOUD }} - app-file: debug/app-debug.apk - env: | - APP_ID=com.adsbynimbus.android.sample