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 d58eecf commit fd87b12Copy full SHA for fd87b12
.github/workflows/test-simulators.yaml
@@ -1,10 +1,10 @@
1
# Ensures certain packages work on simulators
2
name: Test Simulators/Emulators
3
on:
4
- pull_request: # triggered for any PR updates (including new pushes to PR branch)
+ pull_request: # triggered for any PR updates (including new pushes to PR branch)
5
6
jobs:
7
- test-android:
+ test-android:
8
name: Test Android
9
runs-on: ubuntu-xl
10
env:
0 commit comments