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 2ac3c28 commit 65acf7fCopy full SHA for 65acf7f
.github/workflows/ui-tests.yml
@@ -146,6 +146,9 @@ jobs:
146
security list-keychains
147
build-ios: #test-ios:
148
name: Run iOS build #UI tests 🧪
149
+ needs:
150
+ - build
151
+ - test
152
runs-on: [ self-hosted, macOS ]
153
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'iOS'
154
steps:
0 commit comments