Skip to content

Commit

Permalink
ci: free up disk space for browser tests, examples
Browse files Browse the repository at this point in the history
ARM docker images are taking up more space.
  • Loading branch information
thewtex committed Apr 15, 2024
1 parent df131ac commit 294130e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v4
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -50,6 +51,8 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true
tool-cache: true

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -114,6 +117,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -148,6 +152,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -194,6 +199,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- name: Test Webpack Example on Chrome
uses: cypress-io/github-action@v6
Expand All @@ -220,6 +226,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- name: Test Vite Example on Chrome
uses: cypress-io/github-action@v6
Expand Down Expand Up @@ -249,6 +256,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -283,6 +291,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -311,6 +320,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 294130e

Please sign in to comment.