We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32a34e3 + d76bc1a commit 46152fbCopy full SHA for 46152fb
.github/workflows/nightly.yml
@@ -50,7 +50,7 @@ jobs:
50
docker-image: ci-image:executorch-ubuntu-22.04-clang12
51
submodules: recursive
52
timeout: 90
53
- upload-artifact: test-report
+ upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
54
script: |
55
set -eux
56
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
@@ -69,7 +69,7 @@ jobs:
69
python-version: 3.12
70
71
72
73
74
75
.ci/scripts/backend-test-macos.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
0 commit comments