Skip to content

Commit

Permalink
Merge pull request #3882 from openfoodfacts/off-cinematic-multiverse
Browse files Browse the repository at this point in the history
with too many dimensions
  • Loading branch information
teolemon committed Mar 10, 2021
2 parents 4594db1 + 7f46029 commit 67c9d39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-feature.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: 1.8

- name: Screenshots android tests
run: bash ./gradlew compileOffScreenshotsAndroidTestSources --stacktrace --info -PtestBuildType=screenshots
run: bash ./gradlew compileOffPlaystoreScreenshotsAndroidTestSources --stacktrace --info -PtestBuildType=screenshots

- name: Unit tests
run: bash ./gradlew testObfDebugUnitTest testOffDebugUnitTest testOpfDebugUnitTest testOpffDebugUnitTest --stacktrace
run: bash ./gradlew testObfPlaystoreDebugUnitTest testOffPlaystoreDebugUnitTest testOpfPlaystoreDebugUnitTest testOpffPlaystoreDebugUnitTest --stacktrace
4 changes: 2 additions & 2 deletions .github/workflows/android-integration.yml
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Screenshots android tests
uses: eskatos/gradle-command-action@v1
with:
arguments: compileOffScreenshotsAndroidTestSources --stacktrace --info -PtestBuildType=screenshots
arguments: compileOffPlaystoreScreenshotsAndroidTestSources --stacktrace --info -PtestBuildType=screenshots

- name: Unit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: testObfDebugUnitTest testOffDebugUnitTest testOpfDebugUnitTest testOpffDebugUnitTest --stacktrace
arguments: testObfPlaystoreDebugUnitTest testOffPlaystoreDebugUnitTest testOpfPlaystoreDebugUnitTest testOpffPlaystoreDebugUnitTest --stacktrace

apk:
name: Generate APK
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Unit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: testObfDebugUnitTest --stacktrace
arguments: testObfPlaystoreDebugUnitTest --stacktrace

testOff:
name: OFF testing
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Unit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: testOffDebugUnitTest --stacktrace
arguments: testOffPlaystoreDebugUnitTest --stacktrace

testOpf:
name: OPF testing
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Unit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: testOpfDebugUnitTest --stacktrace
arguments: testOpfPlaystoreDebugUnitTest --stacktrace

testOpff:
name: OPFF testing
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Unit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: testOpffDebugUnitTest --stacktrace
arguments: testOpffPlaystoreDebugUnitTest --stacktrace

google-play-internal:
needs:
Expand Down
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Expand Up @@ -12,11 +12,11 @@ desc "Build debug and test APK for screenshots"
)
build_android_app(
task: 'assemble',
build_type: 'Debug'
build_type: 'DebugPlaystore'
)
build_android_app(
task: 'assemble',
build_type: 'AndroidTest'
build_type: 'AndroidTestPlaystore'
)
end

Expand Down Expand Up @@ -53,7 +53,7 @@ lane :release do
gradle(
project_dir: './',
task: 'clean bundle',
build_type: 'offRelease'
build_type: 'offReleasePlaystore'
)

#upload the bundle to internal track of play store
Expand Down

0 comments on commit 67c9d39

Please sign in to comment.