We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f628572 commit 9914f26Copy full SHA for 9914f26
1 file changed
.github/workflows/windows_test_npm_install.yml
@@ -230,6 +230,13 @@ jobs:
230
args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools
231
timeout-minutes: 10
232
233
+ # View the log file if the previous step fails:
234
+ - name: 'View log file'
235
+ if: failure()
236
+ run: |
237
+ cat 'C:\ProgramData\chocolatey\logs\chocolatey.log'
238
+ timeout-minutes: 5
239
+
240
# Configure npm:
241
- name: 'Configure npm'
242
run: |
0 commit comments