Skip to content

Commit 7a6e2cd

Browse files
Suite name in artefact name
1 parent a00fc80 commit 7a6e2cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/run-ios-e2e-tests/action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ runs:
3030
3131
echo "Creating output directory $test_output_directory"
3232
mkdir "$test_output_directory"
33+
3334
echo "TEST_OUTPUT_DIRECTORY=$test_output_directory" >> $GITHUB_ENV
35+
echo "TEST_NAME_SANITIZED=$test_name_sanitized" >> $GITHUB_ENV
3436
shell: bash
3537
env:
3638
TEST_NAME: ${{ inputs.test_name }}
@@ -73,7 +75,7 @@ runs:
7375
if: always()
7476
uses: actions/upload-artifact@v4
7577
with:
76-
name: test-results
78+
name: ${{ env.TEST_NAME_SANITIZED }}-test-results
7779
path: |
7880
ios/${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report/junit.xml
7981
ios/${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report.xcresult

0 commit comments

Comments
 (0)