From f3dd5a1fd9cd9e78ed0dfe00d006c1d2eda2a391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eligio=20Mari=C3=B1o?= <22875166+gmeligio@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:02:51 +0200 Subject: [PATCH] test: update expected android sdk command line tools to version 11.0 (#38) --- .github/renovate.json | 1 - script/test.sh | 1 + test/android.yml | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 script/test.sh diff --git a/.github/renovate.json b/.github/renovate.json index 36a2778..8be5000 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,6 @@ ], "packageRules": [ { - "enabled": false, "matchDatasources": ["docker"], "matchUpdateTypes": ["major", "minor"] }, diff --git a/script/test.sh b/script/test.sh new file mode 100644 index 0000000..fbc856b --- /dev/null +++ b/script/test.sh @@ -0,0 +1 @@ +docker compose build android && container-structure-test-windows-amd64.exe test --image docker.io/library/flutter-docker-image-android --config test\android.yml diff --git a/test/android.yml b/test/android.yml index bf426a4..2d1aaf3 100644 --- a/test/android.yml +++ b/test/android.yml @@ -70,10 +70,10 @@ commandTests: - Sending anonymous analytics information fileContentTests: - - name: 'Android SDK Command-line Tools is version 9.0' + - name: 'Android SDK Command-line Tools is version 11.0' path: '/home/flutter/sdks/android-sdk/cmdline-tools/latest/source.properties' expectedContents: - - Pkg.Revision=9.0\nPkg.Path=cmdline-tools;9.0\nPkg.Desc=Android SDK Command-line Tools + - Pkg.Revision=11.0\nPkg.Path=cmdline-tools;11.0\nPkg.Desc=Android SDK Command-line Tools - name: Dart and Flutter analytics are disabled path: /home/flutter/.dart-tool/dart-flutter-telemetry.config expectedContents: