mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
Compare commits
2 Commits
refacto/bl
...
fix/CI-spa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8602a5dfe4 | ||
|
|
5bc25cfa19 |
6
.github/workflows/impress-frontend.yml
vendored
6
.github/workflows/impress-frontend.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user