Ajout de test, correctif d'un problème d'horloge pour le workflow gitea actions pour le e2e

This commit is contained in:
2026-04-25 00:51:32 +02:00
parent f6b4e3ff82
commit 0d27ea71b0
6 changed files with 259 additions and 0 deletions

View File

@@ -60,6 +60,13 @@ jobs:
working-directory: web
run: npm ci
- name: Work around runner clock skew for apt
run: |
sudo tee /etc/apt/apt.conf.d/99no-check-valid-until >/dev/null <<'EOF'
Acquire::Check-Valid-Until "false";
Acquire::Check-Date "false";
EOF
- name: Install Playwright browsers
working-directory: web
run: npx playwright install --with-deps chromium