From 7f96217c63036a132fefe064b451523f323cf1cc Mon Sep 17 00:00:00 2001 From: Brick <6098371+0x1F9F1@users.noreply.github.com> Date: Fri, 5 Apr 2024 02:09:15 +0100 Subject: [PATCH] Add testautomation to android artifacts --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 22645006e..0c31a5768 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -68,7 +68,7 @@ jobs: - name: Build test apk's (CMake) if: ${{ contains(matrix.platform.name, 'CMake') }} run: | - cmake --build build --config Release --parallel --verbose --target testaudiocapture-apk testcontroller-apk testmultiaudio-apk testsprite-apk + cmake --build build --config Release --parallel --verbose --target testautomation-apk testaudiocapture-apk testcontroller-apk testmultiaudio-apk testsprite-apk - name: Install (CMake) if: ${{ contains(matrix.platform.name, 'CMake') }} run: |