mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
CI: Add debug logging to WPT run to see if we are overusing /tmp
This commit is contained in:
parent
e64aa7da7a
commit
aef188207c
1 changed files with 2 additions and 0 deletions
|
@ -173,7 +173,9 @@ jobs:
|
|||
|
||||
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
|
||||
- script: |
|
||||
du -sh /tmp* | sort -h
|
||||
./run.sh
|
||||
du -sh /tmp* | sort -h
|
||||
displayName: 'WPT'
|
||||
workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue