Skip to content

Commit cac4a71

Browse files
committed
Add missing test_android_helloworld
1 parent 767a197 commit cac4a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
skip-apple-prebuilts: ${{ needs.check_code_changes.outputs.should_test_ios == 'false' }}
343343

344344
test_android_helloworld:
345-
runs-on: 4-core-ubuntu
345+
runs-on: ubuntu-latest
346346
needs: [build_npm_package, build_android]
347347
if: ${{ always() && needs.build_android.result == 'success' && needs.build_npm_package.result == 'success' }}
348348
container:

0 commit comments

Comments
 (0)