Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@ stages:
displayName: 'Runner Tests'
timeoutInMinutes: 100
steps:
- script: |
echo '=== disk usage before cleanup ==='
df -h /
sudo du -sh /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /opt/hostedtoolcache 2>/dev/null | sort -h || true
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/.ghcup /opt/hostedtoolcache/CodeQL
docker system prune -af || true
echo '=== disk usage after cleanup ==='
df -h /
displayName: 'Free disk space'
- script: |
docker compose build --pull
docker compose run tests ./vendor/bin/phpunit --testsuite runner-tests
Expand Down
Loading