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 fa80dfb commit 8764c1b
Show file tree
Hide file tree
Showing 2 changed files with 11 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
9 changes: 9 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,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 @@ -114,6 +116,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 +151,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 +198,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 +225,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 +255,7 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- name: Install
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -289,6 +296,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 @@ -317,6 +325,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 8764c1b

Please sign in to comment.