From 8de1becd8e240512ada3e529c6c7bb16599dca2c Mon Sep 17 00:00:00 2001 From: Raphael Cotty Date: Fri, 2 Apr 2021 07:52:38 +0200 Subject: Android: Correct qt6 test Change-Id: I1f05ae51f30f0158cb3dec6ce189d96f52987c7a Reviewed-by: Ivan Komissarov --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29f737a1e..951ddc1c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -263,6 +263,12 @@ jobs: profile: '', script: './scripts/test-qt-for-android.sh', } + - { + name: 'Run Android tests (Qt 6.0.0)', + image: 'focal-android-600', + profile: '', + script: './scripts/test-qt-for-android.sh', + } - { name: 'Run Linux tests (Qt 4.8.7)', image: 'focal-qt4', -- cgit v1.2.3