From 360646307aa21d6844856acbd3b8f9981a6b8f52 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 3 Jun 2021 14:13:46 -0700 Subject: [PATCH] Fixing typo in Darwin... --- .github/workflows/darwin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 0b430ad5f8d72f..42774463be9a16 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -81,7 +81,7 @@ jobs: run: | scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false - name: Delete Defaults - run: defaults delete com.apple.dt.xctest.tool + run: defaults delete com.apple.dt.xctest.tool - name: Run Tests timeout-minutes: 5 run: |