Skip to content

Commit bfb0b08

Browse files
author
Kartik Raj
authored
End tests reliably on Github actions (#11561)
1 parent d0158c3 commit bfb0b08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
PYTHON_VERSION: 3.8
11+
MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter). Also enables a reporter which exits the process running the tests if it haven't already.
1112
CACHE_NPM_DEPS: cache-npm
1213
CACHE_OUT_DIRECTORY: cache-out-directory
1314
CACHE_PIP_DEPS: cache-pip
@@ -195,6 +196,7 @@ jobs:
195196
if: github.repository == 'microsoft/vscode-python'
196197
needs: [python-deps, js-ts-deps]
197198
strategy:
199+
fail-fast: false
198200
matrix:
199201
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
200202
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
@@ -415,6 +417,7 @@ jobs:
415417
needs: [build-vsix]
416418
if: github.repository == 'microsoft/vscode-python'
417419
strategy:
420+
fail-fast: false
418421
matrix:
419422
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
420423
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.

0 commit comments

Comments
 (0)