Skip to content

Commit

Permalink
Add CI jobs timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed May 6, 2024
1 parent cb39dc8 commit 9fc25b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cocoapods-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ on:
jobs:
lint:
runs-on: macos-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
include:
- platform: iOS
config: ''
config: ""
- platform: iOS
config: '--use-libraries'
config: "--use-libraries"
- platform: iOS
config: '--use-libraries --use-modular-headers'
config: "--use-libraries --use-modular-headers"
- platform: iOS
config: '--use-static-frameworks'
config: "--use-static-frameworks"
- platform: macOS
config: ''
config: ""
- platform: tvOS
config: ''
config: ""
- platform: watchOS
config: ''
config: ""
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
unit-tests:
runs-on: macos-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9fc25b6

Please sign in to comment.