We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab28d0 commit 2301189Copy full SHA for 2301189
1 file changed
.github/workflows/windows_test_npm_install.yml
@@ -234,7 +234,8 @@ jobs:
234
- name: 'View log file'
235
if: failure()
236
run: |
237
- cat 'C:\ProgramData\chocolatey\logs\chocolatey.log'
+ echo "Printing the last ${{ env.LOG_NUM_LINES }} lines of log output..."
238
+ tail -${{ env.LOG_NUM_LINES }} 'C:\ProgramData\chocolatey\logs\chocolatey.log'
239
timeout-minutes: 5
240
241
# Configure npm:
0 commit comments