Skip to content

Commit

Permalink
Adding these back
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jun 22, 2023
1 parent 5e21971 commit 9b6c774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Delete Defaults
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Build Apps
timeout-minutes: 90
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
working-directory: src/darwin/Framework
- name: Delete Defaults
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Run macOS Build
timeout-minutes: 70
# Enable -Werror by hand here, because the Xcode config can't
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/debug chip_config_network_layer_ble=false non_spec_compliant_ota_action_delay_floor=0
- name: Delete Defaults
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Run Framework Tests
timeout-minutes: 30
# For now disable unguarded-availability-new warnings because we
Expand Down

0 comments on commit 9b6c774

Please sign in to comment.