Skip to content

Commit

Permalink
Actions: add timeouts (#2006)
Browse files Browse the repository at this point in the history
add workflow runtime timeouts
  • Loading branch information
bartekpacia authored Sep 2, 2024
1 parent a9575c5 commit 63da189
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:

jobs:
build:
name: Build
runs-on: macos-latest
if: github.repository == 'mobile-dev-inc/maestro'
timeout-minutes: 20

steps:
- name: Clone repository
Expand All @@ -34,8 +35,8 @@ jobs:

test-local-android:
name: Test on Android
timeout-minutes: 30
runs-on: ubuntu-latest
if: github.repository == 'mobile-dev-inc/maestro'
needs: build

env:
Expand Down

0 comments on commit 63da189

Please sign in to comment.