Skip to content

Commit

Permalink
Update browserstack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 9, 2023
1 parent 9cc93b4 commit 9c47b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
BROWSERSTACK_APP_PATH: "build/app/outputs/flutter-apk/app-prod-debug.apk"
BROWSERSTACK_APP_PATH: "build/app/outputs/flutter-apk/app-appiumtest-debug.apk"
run: |
response=$(curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" \
-X POST "https://api-cloud.browserstack.com/app-automate/upload" \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ $(MOBILE_ANDROID_LIB): $(ANDROID_LIB)
android-lib: $(MOBILE_ANDROID_LIB)

appium-test-build:
flutter build apk --flavor appiumTest --dart-define=app.flavor=appiumTest
flutter build apk --flavor=appiumTest --dart-define=app.flavor=appiumTest --debug

$(MOBILE_TEST_APK) $(MOBILE_TESTS_APK): $(MOBILE_SOURCES) $(MOBILE_ANDROID_LIB)
@$(GRADLE) -PandroidArch=$(ANDROID_ARCH) \
Expand Down

0 comments on commit 9c47b48

Please sign in to comment.