-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa54e91
commit 4ed0417
Showing
8 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: Upload Android Quick Start build on appetize | ||
name: Upload Android Quick Start build on appeitize | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
paths: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'android/android-quick-start/**' | ||
|
||
defaults: | ||
|
@@ -13,7 +13,6 @@ defaults: | |
|
||
jobs: | ||
build-and-upload: | ||
if: github.event.pull_request.merged == true | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -35,7 +34,7 @@ jobs: | |
- name: Build apk debug project | ||
run: ./gradlew assembleDebug | ||
|
||
- name: Upload to Appetize | ||
- name: Upload to Appeitize | ||
uses: appetizeio/[email protected] | ||
with: | ||
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: Upload Flutter Android & iOS Quick Start build on appetize | ||
name: Upload Flutter Android & iOS Quick Start build on appeitize | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'flutter/flutter-quick-start/**' | ||
|
||
|
@@ -13,7 +13,6 @@ defaults: | |
|
||
jobs: | ||
build-and-upload: | ||
if: github.event.pull_request.merged == true | ||
runs-on: macos-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -52,15 +51,15 @@ jobs: | |
cd ios | ||
tar -czf ios_build.tar.gz build/Build/Products/Debug-iphonesimulator | ||
- name: Upload Android buil to Appetize | ||
- name: Upload Android build to Appeitize | ||
uses: appetizeio/[email protected] | ||
with: | ||
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }} | ||
publicKey: ${{ secrets.FLUTTER_ANDROID_QUICK_START_PUBLIC_KEY }} | ||
appFile: ./flutter/flutter-quick-start/build/app/outputs/apk/debug/app-debug.apk | ||
platform: "android" | ||
|
||
- name: Upload iOS build to Appetize | ||
- name: Upload iOS build to Appeitize | ||
uses: appetizeio/[email protected] | ||
with: | ||
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: Upload React Native Android & iOS Quick Start build on appetize | ||
name: Upload React Native Android & iOS Quick Start build on appeitize | ||
|
||
on: | ||
pull_request: | ||
# types: | ||
# - closed | ||
push: | ||
# branches: | ||
# - main | ||
paths: | ||
- 'react-native/rn-bare-quick-start/**' | ||
|
||
|
@@ -13,7 +13,6 @@ defaults: | |
|
||
jobs: | ||
build-and-upload: | ||
# if: github.event.pull_request.merged == true | ||
runs-on: macos-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -57,15 +56,15 @@ jobs: | |
cd ios | ||
tar -czf ios_build.tar.gz build/Build/Products/Debug-iphonesimulator | ||
- name: Upload Android buil to Appetize | ||
- name: Upload Android build to Appeitize | ||
uses: appetizeio/[email protected] | ||
with: | ||
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }} | ||
publicKey: ${{ secrets.RN_ANDROID_QUICK_START_PUBLIC_KEY }} | ||
appFile: ./react-native/rn-bare-quick-start/android/app/build/outputs/apk/debug/app-debug.apk | ||
platform: "android" | ||
|
||
- name: Upload iOS build to Appetize | ||
- name: Upload iOS build to Appeitize | ||
uses: appetizeio/[email protected] | ||
with: | ||
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters