Skip to content

Commit

Permalink
Declare JDK version for E2E tests (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Feb 26, 2024
1 parent c504ae3 commit bfebd36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions e2e/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ workflows:
- BRANCH: maintenance
- EXPECTED_APK: nested_app-release-unsigned.apk
- EXPECTED_MAPPING: app-mapping.txt
- JDK_VERSION: "11"
before_run:
- _setup
after_run:
Expand All @@ -33,6 +34,7 @@ workflows:
- EXPECTED_APK: another_app-full-release-unsigned.apk
- EXPECTED_APK_PATH_LIST: $BITRISE_DEPLOY_DIR/another_app-demo-release-unsigned.apk|$BITRISE_DEPLOY_DIR/another_app-full-release-unsigned.apk
- EXPECTED_MAPPING: another_app-mapping.txt
- JDK_VERSION: "11"
before_run:
- _setup
after_run:
Expand Down Expand Up @@ -70,6 +72,7 @@ workflows:
- BRANCH: maintenance
- EXPECTED_APK: another_app-demo-release-unsigned.apk
- EXPECTED_MAPPING: another_app-mapping.txt
- JDK_VERSION: "11"
before_run:
- _setup
after_run:
Expand All @@ -92,6 +95,7 @@ workflows:
- TEST_APP_URL: https://github.com/bitrise-io/android-testing.git
- BRANCH: maintenance
- EXPECTED_APK: IdlingResourceSample-app-debug.apk
- JDK_VERSION: "11"
before_run:
- _setup
after_run:
Expand All @@ -113,6 +117,7 @@ workflows:
- BRANCH: maintenance
- EXPECTED_AAB: another_app-demo-release.aab
- EXPECTED_MAPPING: another_app-mapping.txt
- JDK_VERSION: "11"
before_run:
- _setup
after_run:
Expand All @@ -135,6 +140,7 @@ workflows:
- TEST_APP_URL: https://github.com/bitrise-io/android-testing.git
- BRANCH: maintenance
- EXPECTED_AAB: IdlingResourceSample-app-debug.aab
- JDK_VERSION: "11"
before_run:
- _setup
after_run:
Expand Down Expand Up @@ -170,6 +176,9 @@ workflows:
- repository_url: $TEST_APP_URL
- clone_into_dir: .
- branch: $BRANCH
- set-java-version@1:
inputs:
- java-version: $JDK_VERSION

_check_apk:
steps:
Expand Down

0 comments on commit bfebd36

Please sign in to comment.