We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282153e commit 420eebcCopy full SHA for 420eebc
.github/actions/run-ios-e2e-tests/action.yml
@@ -71,6 +71,11 @@ runs:
71
XCODE_TEST_PLAN: ${{ inputs.xcode_test_plan }}
72
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}
73
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
+
79
- name: Store test report artifact
80
if: always()
81
uses: actions/upload-artifact@v4
0 commit comments