Skip to content

Commit

Permalink
needs
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent b6ca9f6 commit 215ddcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push:

jobs:
e2e-maestro-ios:
build-ios:
name: Build
runs-on: macos-13

Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
name: e2e tests
runs-on: macos-13
environment: e2e
needs: [build-ios]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 215ddcc

Please sign in to comment.