Skip to content

Commit 46152fb

Browse files
committed
Update
[ghstack-poisoned]
2 parents 32a34e3 + d76bc1a commit 46152fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
docker-image: ci-image:executorch-ubuntu-22.04-clang12
5151
submodules: recursive
5252
timeout: 90
53-
upload-artifact: test-report
53+
upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
5454
script: |
5555
set -eux
5656
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.12
7070
submodules: recursive
7171
timeout: 90
72-
upload-artifact: test-report
72+
upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
7373
script: |
7474
set -eux
7575
.ci/scripts/backend-test-macos.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"

0 commit comments

Comments
 (0)