Skip to content

Commit 9134307

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Fix darwin-tests workflow file syntax. (#30162)
There were extra curly braces that failed on some (but not all?) CI runs.
1 parent f0cb22c commit 9134307

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/darwin-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
uses: actions/upload-artifact@v3
148148
if: ${{ failure() && !env.ACT }}
149149
with:
150-
name: framework-build-log-darwin-${{BUILD_VARIANT_FRAMEWORK_TOOL}}
151-
path: out/darwin-x64-darwin-framework-tool-${{BUILD_VARIANT_FRAMEWORK_TOOL}}/darwin_framework_build.log
150+
name: framework-build-log-darwin-${BUILD_VARIANT_FRAMEWORK_TOOL}
151+
path: out/darwin-x64-darwin-framework-tool-${BUILD_VARIANT_FRAMEWORK_TOOL}/darwin_framework_build.log
152152
- name: Uploading objdir for debugging
153153
uses: actions/upload-artifact@v3
154154
if: ${{ failure() && !env.ACT }}

src/app/tests/suites/certification/Test_TC_APBSC_9_1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tests:
5454
attribute: "ApplicationName"
5555
response:
5656
constraints:
57-
type: char_string
57+
type: long_char_string
5858
maxLength: 256
5959

6060
- label: "Step 4: Reads the ProductID attribute"

zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)