mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-03 16:30:21 +02:00
fix no space left on device
for chromatic model server
This commit is contained in:
parent
3f3d4da611
commit
eefa872d60
16
.github/workflows/pr-chromatic-tests.yml
vendored
16
.github/workflows/pr-chromatic-tests.yml
vendored
@ -14,7 +14,13 @@ jobs:
|
|||||||
name: Playwright Tests
|
name: Playwright Tests
|
||||||
|
|
||||||
# See https://runs-on.com/runners/linux/
|
# 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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -194,7 +200,13 @@ jobs:
|
|||||||
name: Chromatic Tests
|
name: Chromatic Tests
|
||||||
|
|
||||||
needs: playwright-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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user