chore: rename android test to bundle test

This commit is contained in:
Eligio Mariño
2023-06-16 18:01:48 +02:00
parent e6e08a3369
commit 0b3b1e1b66
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -126,15 +126,15 @@ jobs:
image: ${{ fromJSON(steps.metadata.outputs.json).tags[0] }}
config: test/android_sdk_structure.yml
# - name: Test Android build
# - name: Test Android bundle
# uses: docker/build-push-action@v4
# with:
# load: true
# cache-from: ${{ env.CACHE_REPOSITORY_PATH }}:cache-test
# cache-to: ${{ env.CACHE_REPOSITORY_PATH }}:cache-test
# cache-from: ${{ env.CACHE_REPOSITORY_PATH }}:cache-bundle
# cache-to: ${{ env.CACHE_REPOSITORY_PATH }}:cache-bundle
# tags: ${{ steps.metadata.outputs.tags }}
# labels: ${{ steps.metadata.outputs.labels }}
# target: android
# target: bundle-test
# build-args: |
# flutter_version=${{ env.FLUTTER_VERSION }}
# android_build_tools_version=${{ env.ANDROID_BUILD_TOOLS_VERSION }}
+1 -1
View File
@@ -188,7 +188,7 @@ RUN mkdir -p "$ANDROID_HOME" \
&& cd ../.. \
&& rm -r build_app
FROM android as android-test
FROM android as bundle-test
USER flutter:flutter
WORKDIR "$HOME"
+2 -2
View File
@@ -30,10 +30,10 @@ services:
environment:
ENABLE_ANALYTICS: $ENABLE_ANALYTICS
android-test:
bundle-test:
build:
context: .
target: android-test
target: bundle-test
args:
flutter_version: $FLUTTER_VERSION
android_build_tools_version: $ANDROID_BUILD_TOOLS_VERSION