We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0a6af commit ff8458cCopy full SHA for ff8458c
.github/workflows/e2e.yml
@@ -399,9 +399,12 @@ jobs:
399
-gpu swiftshader_indirect
400
-noaudio
401
-no-boot-anim
402
- -camera-back none
403
- -camera-front none
+ -camera-back webcam0
+ -camera-front webcam0
404
+ -skin 1080x1920
405
+ -memory 4096
406
-timezone US/Pacific
407
+ -feature WindowManagerService
408
script: ./dev-packages/e2e-tests/cli.mjs ${{ matrix.platform }} --test
409
410
- uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4
0 commit comments