Skip to content

Commit 3a2f848

Browse files
riglarclaude
andcommitted
Fix json-file test for CLI v4 compatibility by using wildcard pattern for JSON filename.
CLI v4 changed the JSON output filename from name-based to upload-ID-based format. Updated the jq command to use a wildcard pattern (*_dcd.json) instead of hardcoded filename to support the new naming convention. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c3e4c64 commit 3a2f848

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/feature-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Extract and Log Console URL
4747
run: |
48-
jq -r '.consoleUrl' '/home/runner/work/infra-tests/infra-tests/Run Json File Flag Test_dcd.json'
48+
jq -r '.consoleUrl' *_dcd.json
4949
5050
- name: Run Android Locale Test
5151
continue-on-error: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
.claude/settings.local.json

0 commit comments

Comments
 (0)