Skip to content

Commit 420eebc

Browse files
Debug variables
1 parent 282153e commit 420eebc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/actions/run-ios-e2e-tests/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ runs:
7171
XCODE_TEST_PLAN: ${{ inputs.xcode_test_plan }}
7272
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}
7373

74+
- name: Debug environment variables
75+
run: |
76+
echo "TEST_OUTPUT_DIRECTORY: ${{ env.TEST_OUTPUT_DIRECTORY }}"
77+
echo "TEST_NAME_SANITIZED: ${{ env.TEST_NAME_SANITIZED }}"
78+
7479
- name: Store test report artifact
7580
if: always()
7681
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)