Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vanGalilea committed Feb 1, 2024
1 parent 9b7f23d commit 64b3a2a
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 95 deletions.
52 changes: 27 additions & 25 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,33 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
check-latest: true

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Run Yarn Install
run: yarn install

- name: Build Release APK
run: cd apps/rn-cli-app/android/ && ./gradlew assembleRelease

- name: Upload to Maestro Cloud
uses: mobile-dev-inc/[email protected]
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: app/build/outputs/apk/debug/app-debug.apk
run: echo "To be implemented"
# gradlew assembleRelease currently fails due to monorepo structure
# - uses: actions/checkout@v3
#
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# distribution: 'zulu'
# java-version: '17'
# check-latest: true
#
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: '18'
#
# - name: Run Yarn Install
# run: yarn install
#
# - name: Build Release APK
# run: cd apps/rn-cli-app/android/ && ./gradlew assembleRelease
#
# - name: Upload to Maestro Cloud
# uses: mobile-dev-inc/[email protected]
# with:
# api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
# app-file: app/build/outputs/apk/debug/app-debug.apk

build_ios:
name: Build IOS
Expand Down
Loading

0 comments on commit 64b3a2a

Please sign in to comment.