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 2965ad6 + 5e34ef2 commit 32a34e3Copy full SHA for 32a34e3
.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}"
@@ -69,6 +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