Skip to content

Commit

Permalink
maximize-build-disk-space test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 9, 2023
1 parent 554a341 commit 45a6d91
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 22 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/maximize-build-disk-space.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: maximize-build-disk-space-test
on:
workflow_dispatch:

jobs:
maximize-build-disk-space-test:
name: maximize-build-disk-space-test
runs-on: ubuntu-latest
steps:
- name: "free size"
run: |
df -h
echo "tmp folder:"
df -h /tmp
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 20480 # Required to SBOM + Goreleaser
remove-android: 'true'
remove-docker-images: 'true'
remove-dotnet: 'true'

- name: Checkout code
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

- name: Check dir
run: |
pwd
ls -hl .
- name: Check tmp dir size
run: |
df -h /tmp
22 changes: 0 additions & 22 deletions .github/workflows/tmp-check.yaml

This file was deleted.

0 comments on commit 45a6d91

Please sign in to comment.