Add testautomation to android artifacts

This commit is contained in:
Brick
2024-04-05 02:09:15 +01:00
committed by Sam Lantinga
parent 9c2e4f52e6
commit 7f96217c63

View File

@@ -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: |