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.
1 parent ad1ddaa commit 02c2e14Copy full SHA for 02c2e14
.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: report
+ upload-artifact: test-report
54
script: |
55
set -eux
56
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
0 commit comments