Skip to content

Commit

Permalink
ci(cypress): add free up disk space step
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 11, 2023
1 parent 78218d4 commit 537cbf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false

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

0 comments on commit 537cbf3

Please sign in to comment.