Skip to content

Commit 65acf7f

Browse files
committed
ci: ensure ui test ios runs after other platforms
1 parent 2ac3c28 commit 65acf7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
security list-keychains
147147
build-ios: #test-ios:
148148
name: Run iOS build #UI tests 🧪
149+
needs:
150+
- build
151+
- test
149152
runs-on: [ self-hosted, macOS ]
150153
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'iOS'
151154
steps:

0 commit comments

Comments
 (0)