Skip to content

Commit

Permalink
Add testautomation to android artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1F9F1 authored and slouken committed Apr 15, 2024
1 parent 9c2e4f5 commit 7f96217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 7f96217

Please sign in to comment.