Skip to content

Commit

Permalink
Fix darwin-tests workflow file syntax. (#30162)
Browse files Browse the repository at this point in the history
There were extra curly braces that failed on some (but not all?) CI runs.
  • Loading branch information
bzbarsky-apple authored Nov 2, 2023
1 parent 37f099e commit bfc8c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() && !env.ACT }}
with:
name: framework-build-log-darwin-${{BUILD_VARIANT_FRAMEWORK_TOOL}}
path: out/darwin-x64-darwin-framework-tool-${{BUILD_VARIANT_FRAMEWORK_TOOL}}/darwin_framework_build.log
name: framework-build-log-darwin-${BUILD_VARIANT_FRAMEWORK_TOOL}
path: out/darwin-x64-darwin-framework-tool-${BUILD_VARIANT_FRAMEWORK_TOOL}/darwin_framework_build.log
- name: Uploading objdir for debugging
uses: actions/upload-artifact@v3
if: ${{ failure() && !env.ACT }}
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_APBSC_9_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests:
attribute: "ApplicationName"
response:
constraints:
type: char_string
type: long_char_string
maxLength: 256

- label: "Step 4: Reads the ProductID attribute"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfc8c32

Please sign in to comment.