Compare commits

...

2 Commits

Author SHA1 Message Date
Anthony LC
8602a5dfe4 test 2025-11-19 13:11:18 +01:00
Anthony LC
5bc25cfa19 👷(CI) free disk space in some job
An error appeared in the CI indicating that
there is no space left on device on the
e2e tests jobs.
To fix this, we free some disk space
by removing unused docker images and some
unnecessary large folders.
2025-11-19 12:51:36 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -121,6 +121,12 @@ jobs:
- name: Set e2e env variables
run: cat env.d/development/common.e2e >> env.d/development/common.local
- name: Free disk space
run: |
docker system prune -af --volumes
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost
df -h
- name: Install Playwright Browsers
run: cd src/frontend/apps/e2e && yarn install --frozen-lockfile && yarn install-playwright firefox webkit chromium

View File

@@ -26,6 +26,7 @@ and this project adheres to
- 🐛(export) fix table cell alignment issue in exported documents #1582
- 🐛(export) preserve image aspect ratio in PDF export #1622
- 🐛(export) Export fails when paste with style #1552
- 👷(CI) free disk space in some jobs #1635
### Security
@@ -33,7 +34,7 @@ and this project adheres to
### Removed
- 🔥(backend) remove api managing templates
- 🔥(backend) remove api managing templates #1590
## [3.9.0] - 2025-11-10