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 01c319f commit fb7ba34Copy full SHA for fb7ba34
.gitlab-ci.yml
@@ -96,6 +96,9 @@ build_and_test:
96
--failure-exit-code 1
97
--xunit-output $CI_PROJECT_DIR/vscode_xunit_output.xml
98
$VSCODE_BUILD_SPACE/results/new/ || FAILED=true
99
+ # Temporarily use the original JUnit report until e3-testsuite-report is
100
+ # fixed. See it/e3-testsuite#7.
101
+ - cp -f $VSCODE_BUILD_SPACE/results/mocha/test-results.xml $CI_PROJECT_DIR/vscode_xunit_output.xml
102
# Include Anod logs
103
- cp -r $ANOD_DEFAULT_SANDBOX_DIR/log $CI_PROJECT_DIR/anod-logs
104
- echo -e "\e[0Ksection_end:`date +%s`:prepare_artifacts\r\e[0K"
0 commit comments