From eefa872d601f32fd30acbd17411161eda4c00564 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sun, 15 Dec 2024 18:40:25 -0800 Subject: [PATCH] fix `no space left on device` for chromatic model server --- .github/workflows/pr-chromatic-tests.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-chromatic-tests.yml b/.github/workflows/pr-chromatic-tests.yml index 6df11d730..1ebb75981 100644 --- a/.github/workflows/pr-chromatic-tests.yml +++ b/.github/workflows/pr-chromatic-tests.yml @@ -14,7 +14,13 @@ jobs: name: Playwright Tests # See https://runs-on.com/runners/linux/ - runs-on: [runs-on, runner=32cpu-linux-x64, "run-id=${{ github.run_id }}"] + runs-on: + [ + runs-on, + runner=32cpu-linux-x64, + disk=large, + "run-id=${{ github.run_id }}", + ] steps: - name: Checkout code uses: actions/checkout@v4 @@ -194,7 +200,13 @@ jobs: name: Chromatic Tests needs: playwright-tests - runs-on: [runs-on, runner=32cpu-linux-x64, "run-id=${{ github.run_id }}"] + runs-on: + [ + runs-on, + runner=32cpu-linux-x64, + disk=large, + "run-id=${{ github.run_id }}", + ] steps: - name: Checkout code uses: actions/checkout@v4