mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 18:51:21 +01:00
fix: run jlumbroso/free-disk-space@main with tool-cache: true
This commit is contained in:
parent
1be6c4442b
commit
685b99eba5
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -66,9 +66,7 @@ jobs:
|
||||||
- name: Free Disk Space
|
- name: Free Disk Space
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
with:
|
with:
|
||||||
# this might remove tools that are actually needed,
|
tool-cache: true
|
||||||
# if set to "true" but frees about 6 GB
|
|
||||||
tool-cache: false
|
|
||||||
android: false
|
android: false
|
||||||
dotnet: true
|
dotnet: true
|
||||||
haskell: true
|
haskell: true
|
||||||
|
@ -133,11 +131,6 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run e2e:release-build
|
run: npm run e2e:release-build
|
||||||
|
|
||||||
- name: Another space cleanup
|
|
||||||
run: |
|
|
||||||
rm -r -f ~/.npm/
|
|
||||||
rm -r -f ~/.gradle/
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue