From 537cbf3cd8ef9489ffb4156c39374e63a9fe4acb Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 11 Oct 2023 07:53:50 -0400 Subject: [PATCH] ci(cypress): add free up disk space step --- .github/workflows/cypress.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index dae304d58..7859de63c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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'