mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-09 02:41:57 +02:00
ci: increase usable disk space for integration test
This commit is contained in:
7
.github/workflows/integration-test.yml
vendored
7
.github/workflows/integration-test.yml
vendored
@@ -15,6 +15,13 @@ jobs:
|
|||||||
name: Run Cypress Integration Tests
|
name: Run Cypress Integration Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Maximize build space
|
||||||
|
uses: AdityaGarg8/remove-unwanted-software@v4.1
|
||||||
|
with:
|
||||||
|
remove-android: 'true'
|
||||||
|
remove-haskell: 'true'
|
||||||
|
remove-codeql: 'true'
|
||||||
|
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user