We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9748e2e + 4bf5858 commit 8c58a1bCopy full SHA for 8c58a1b
2 files changed
.github/workflows/feature-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Extract and Log Console URL
47
run: |
48
- jq -r '.consoleUrl' '/home/runner/work/infra-tests/infra-tests/Run Json File Flag Test_dcd.json'
+ jq -r '.consoleUrl' *_dcd.json
49
50
- name: Run Android Locale Test
51
continue-on-error: true
.gitignore
@@ -1 +1,2 @@
1
.DS_Store
2
+.claude/settings.local.json
0 commit comments