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 19e87e5 commit 5c74bb9Copy full SHA for 5c74bb9
.github/workflows/check.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: npm run bootstrap
56
- run: npm test
57
test-ios:
58
- if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'test-ios')
+ if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
59
name: Test app (iOS)
60
runs-on: macos-latest
61
steps:
@@ -81,7 +81,7 @@ jobs:
81
run: npm run test:ios
82
working-directory: apps/test-app
83
test-android:
84
- if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'test-android')
+ if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
85
name: Test app (Android)
86
runs-on: ubuntu-latest
87
0 commit comments