1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

CI: Remove the WPT directory after tests have completed

This directory is about 600MB. Remove it after running WPT as an attempt
to alleviate CI disk space issues.
This commit is contained in:
Timothy Flynn 2024-02-29 10:08:58 -05:00 committed by Tim Flynn
parent 90879a07ba
commit 3da6916383
2 changed files with 10 additions and 3 deletions

View file

@ -173,9 +173,7 @@ jobs:
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
- script: |
du -sh /tmp* | sort -h
./run.sh
du -sh /tmp* | sort -h
./run.sh --remove-wpt-repository
displayName: 'WPT'
workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/
env: