You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/insiders.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ on:
6
6
- main
7
7
8
8
env:
9
+
NODE_VERSION: 12.15.0
9
10
PYTHON_VERSION: 3.9
10
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.
11
12
# Key for the cache created at the end of the the 'Cache ./pythonFiles/lib/python' step.
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ on:
9
9
10
10
env:
11
11
PYTHON_VERSION: 3.8
12
+
NODE_VERSION: 12.15.0
12
13
MOCHA_REPORTER_JUNIT: false # 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 hasn't already.
13
14
# Key for the cache created at the end of the the 'Cache ./pythonFiles/lib/python' step.
0 commit comments