Skip to content

Commit 32a34e3

Browse files
committed
Update
[ghstack-poisoned]
2 parents 2965ad6 + 5e34ef2 commit 32a34e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
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: report
53+
upload-artifact: test-report
5454
script: |
5555
set -eux
5656
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
@@ -69,6 +69,7 @@ jobs:
6969
python-version: 3.12
7070
submodules: recursive
7171
timeout: 90
72+
upload-artifact: test-report
7273
script: |
7374
set -eux
7475
.ci/scripts/backend-test-macos.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"

0 commit comments

Comments
 (0)