This commit is contained in:
Anthony LC
2025-11-19 13:11:18 +01:00
parent 5bc25cfa19
commit 8602a5dfe4
-6
View File
@@ -82,12 +82,6 @@ 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 chromium