"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "493e3068d806520b7fde713cd52740c236758a61"
Commit af6420e0 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

ci: increase usable disk space for integration test

parent 1b2ae7bb
......@@ -15,6 +15,13 @@ jobs:
name: Run Cypress Integration Tests
runs-on: ubuntu-latest
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
uses: actions/checkout@v4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment